-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 861 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
33
34
{
"name": "todos",
"version": "0.0.1",
"private": true,
"devDependencies": {
"enzyme": "^2.8.2",
"react-addons-test-utils": "^15.5.1",
"react-scripts": "^1.0.2"
},
"dependencies": {
"history": "^4.7.2",
"lodash": "^4.17.4",
"node-uuid": "^1.4.8",
"normalizr": "^3.2.4",
"prop-types": "^15.5.10",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-redux": "^5.0.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"redux": "^3.5.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "PORT=3008 react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test"
}
}