-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.61 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
{
"name": "rmc_dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch ./dashboard/frontend/src/index.js --output ./dashboard/frontend/static/frontend/main.js",
"build": "webpack --mode production ./dashboard/frontend/src/index.js --output ./dashboard/frontend/static/frontend/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^2.1.1",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"axios": "^0.18.0",
"chartist": "^0.11.0",
"d3": "^5.9.2",
"mqtt": "^2.18.8",
"mqtt-store": "^2.1.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-advanced": "^0.1.1",
"react-alert": "^5.4.0",
"react-alert-template-basic": "^1.0.0",
"react-chartist": "^0.13.3",
"react-dom": "^16.8.4",
"react-gauge-chart": "^0.1.2",
"react-redux": "^6.0.1",
"react-router-dom": "^5.0.0",
"react-sidebar": "^3.0.2",
"react-sizeme": "^2.5.2",
"react-svg-gauge": "^1.0.10",
"react-sweet-progress": "^1.1.2",
"react-transition-group": "^2.6.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0"
}
}