-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.44 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
{
"name": "heating",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"@material-ui/core": "^3.5.1",
"chart.js": "^1.1.1",
"es6-promise": "^4.2.5",
"input-moment": "^0.4.0",
"isomorphic-fetch": "^2.2.1",
"install": "^0.12.2",
"json-loader": "^0.5.7",
"lodash": "^4.17.11",
"node-sass": "^4.10.0",
"npm": "^6.4.1",
"react-chartjs": "^1.2.0",
"react-chat-bubble": "^0.8.7",
"react-chat-ui": "^0.3.2",
"react-circular-progressbar": "^1.0.0",
"react-radial-progress-indicator": "^1.3.2",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-simple-chatbot": "^0.4.2",
"recharts": "^1.4.1",
"redux": "^4.0.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.83.0",
"styled-components": "^3.4.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-times": "^3.1.10"
}
}