forked from BloomTech-Labs/space_race
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.69 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
{
"name": "front-end",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.2.0",
"@material-ui/icons": "^1.1.0",
"ajv": "^6.5.0",
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"django-channels": "^1.1.6",
"final-form": "^4.7.3",
"final-form-arrays": "^1.0.4",
"jquery": "^3.3.1",
"material-ui-icons": "^1.0.0-beta.36",
"node-sass-chokidar": "^1.3.0",
"popper": "^1.0.1",
"popper.js": "^1.14.3",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-color": "^2.14.1",
"react-coverflow": "^0.2.14",
"react-dom": "^16.3.2",
"react-final-form": "^3.5.1",
"react-final-form-arrays": "^1.0.4",
"react-final-form-listeners": "^1.0.0",
"react-fontawesome": "^1.6.1",
"react-form": "^3.5.5",
"react-icons": "^2.2.7",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-sweet-progress": "^1.1.0",
"react-textfit": "^1.1.0",
"reactstrap": "^6.0.1",
"recompose": "^0.27.1",
"reconnecting-websocket": "^4.0.0-rc3",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.2.0",
"styled-components": "^2.4.1",
"universal-cookie": "^2.1.5"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postinstall": "npm run build"
},
"engines": {
"node": ">=9.2.1",
"npm": "5.6.0"
}
}