-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 1.58 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
{
"name": "iot-team1",
"version": "0.1.0",
"private": true,
"jest": {
"moduleDirectories": [
"node_modules",
"src"
]
},
"dependencies": {
"antd": "^3.10.8",
"axios": "^0.18.1",
"babel-plugin-import": "^1.11.0",
"chart.js": "^2.7.3",
"dateformat": "^3.0.3",
"eon-react": "^0.1.3",
"jest": "^23.6.0",
"johnny-five": "^1.0.0",
"node-sass": "^4.13.1",
"nodemailer": "^4.7.0",
"nodemon": "^1.18.6",
"normalize.css": "^8.0.1",
"react": "^16.6.3",
"react-a11y": "^1.1.0",
"react-app-rewired": "^1.6.2",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.6.3",
"react-pure-lifecycle": "^3.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"redux-saga": "^0.16.2",
"socket.io": "^2.4.0",
"socket.io-client": "^2.1.1",
"webpack": "4.19.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --coverage",
"eject": "react-scripts eject",
"server": "nodemon server/index.js"
},
"eslintConfig": {
"extends": "react-app"
},
"moduleDirectories": [
"node_modules",
"src"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.1.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"enzyme-to-json": "^3.3.4",
"react-router-enzyme-context": "^1.2.0",
"react-test-renderer": "^16.6.1"
}
}