-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.71 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"d3-fetch": "^3.0.1",
"d3-geo": "^3.0.1",
"d3-scale": "^4.0.2",
"gh-pages": "^3.1.0",
"moment": "^2.29.1",
"react": "^16.13.1",
"react-bootstrap": "^2.0.0",
"react-chartjs-2": "^2.10.0",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-gauge-chart": "^0.4.0",
"react-heatmap-grid": "^0.8.2",
"react-icons": "^4.3.1",
"react-moment": "^0.9.7",
"react-scripts": "^3.4.3",
"react-simple-maps": "^2.3.0",
"react-simple-snackbar": "^1.1.11",
"react-spinners": "^0.11.0",
"react-strap": "^0.0.1",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.1",
"reactstrap": "^8.5.1",
"recharts": "^2.1.6",
"webpack": "^4.42.0"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"start": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}