-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.87 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "webview-iot",
"homepage": "https://telemetry-iot.herokuapp.com/",
"version": "0.13.0",
"private": true,
"engines": {
"node": "12.19.0",
"npm": "6.14.7"
},
"dependencies": {
"@date-io/date-fns": "^2.10.8",
"@date-io/dayjs": "^2.10.8",
"@date-io/luxon": "^2.10.8",
"@date-io/moment": "^2.10.8",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.10",
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"chartjs-chart-treemap": "^0.2.3",
"classnames": "^2.2.6",
"cross-env": "^7.0.3",
"date-fns": "^2.19.0",
"dotenv": "^8.2.0",
"env-cmd": "^10.1.0",
"firebase": "^8.3.1",
"google-maps-react": "^2.0.6",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"notistack": "^1.0.5",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.1",
"react-d3-guage": "^0.3.7",
"react-d3-speedometer": "^1.0.1",
"react-date-range": "^1.1.3",
"react-dom": "^17.0.2",
"react-progressbar-semicircle": "^1.2.1",
"react-redux": "^7.2.3",
"react-responsive-carousel": "^3.2.15",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-vis": "^1.11.7",
"recharts": "^2.0.8"
},
"scripts": {
"start": "react-scripts start",
"build": "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"
]
},
"devDependencies": {
"npm-check-updates": "^11.3.0"
}
}