-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 808 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 808 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
{
"name": "junho2017",
"version": "0.1.0",
"private": true,
"dependencies": {
"firebase": "^4.1.1",
"immutable": "^3.8.1",
"material-components-web": "^0.13.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-router": "^4.1.0",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.5",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-saga": "^0.15.3",
"uuid": "^3.0.1"
},
"devDependencies": {
"react-scripts": "1.0.7"
},
"scripts": {
"start": "NODE_PATH=src react-scripts start",
"build": "NODE_PATH=src react-scripts build",
"test": "NODE_PATH=src react-scripts test --env=jsdom",
"eject": "NODE_PATH=src react-scripts eject"
}
}