-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "dycp",
"version": "0.1.0",
"private": true,
"devDependencies": {
"enzyme": "2.6.0",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "4.0.2",
"react-addons-test-utils": "15.4.1",
"react-scripts": "1.0.13"
},
"dependencies": {
"firebase": "4.3.0",
"firebaseui": "2.3.0",
"history": "^4.7.2",
"material-design-icons": "3.0.1",
"material-ui": "0.16.4",
"normalizr": "2.2.1",
"npm": "4.0.2",
"prop-types": "15.5.10",
"react": "15.4.0",
"react-dom": "15.4.0",
"react-redux": "4.4.6",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.6",
"react-tap-event-plugin": "2.0.1",
"redux": "3.6.0",
"redux-actions": "1.1.0",
"redux-thunk": "2.1.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"deploy": "npm run build && firebase deploy",
"eject": "react-scripts eject"
}
}