-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 885 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
{
"name": "big-web-quiz",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"progressbar.js": "^1.0.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-circular-progressbar": "^0.8.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-render-html": "^0.6.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-scripts": "1.1.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"socket.io-client": "^2.0.4",
"sweetalert": "^2.1.0"
},
"scripts": {
"postbuild": "cd build;cp index.html 200.html;sudo rm -f static/js/*.js.map;",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"redux-immutable-state-invariant": "^2.1.0"
}
}