-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 958 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
35
36
{
"name": "pat_analytics",
"version": "0.1.0",
"private": true,
"dependencies": {
"es6-promise": "^4.1.1",
"history": "^4.6.3",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"material-design-icons": "^3.0.1",
"material-ui": "^1.0.0-alpha.21",
"material-ui-icons": "^1.0.0-alpha.19",
"normalizr": "^3.2.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.2",
"react-router-redux": "next",
"recharts": "^1.0.0-alpha.2",
"redux": "^3.7.1",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.0.1",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.2.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"react-scripts": "1.0.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}