-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1009 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1009 Bytes
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": "my-app",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"chart.js": "^2.7.0",
"history": "^4.7.2",
"normalize.css": "^7.0.0",
"push.js": "^1.0.4",
"rc-progress": "^2.2.2",
"react": "^16.0.0",
"react-chartjs": "^0.8.0",
"react-custom-scrollbars": "^4.1.2",
"react-day-picker": "^6.1.1",
"react-dom": "^16.0.0",
"react-progress-label": "^1.2.2",
"react-progressbar.js": "^0.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"repetitive": "0.0.3",
"repetitive.ajax": "0.1.1",
"socket.io-client": "^2.0.4"
},
"scripts": {
"watch": "react-scripts start && npm run build-css",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeployd": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"normalize": "^0.3.1"
}
}