-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (37 loc) · 899 Bytes
/
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
{
"name": "react-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"react": "^16.3.2",
"react-dom": "^16.3.3",
"react-scripts": "^3.0.0",
"react-svg-gauge": "^1.0.8",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.79.1",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0"
},
"scripts": {
"start": "set NODE_ENV=production && node server",
"start-dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://10.1.1.17:8089",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}