-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 KB
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": "reactriot2017-chainreaction",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
"color": "^1.0.3",
"firebase": "^4.1.3",
"history": "^4.6.3",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.map": "^4.6.0",
"lodash.pickby": "^4.6.0",
"lodash.reduce": "^4.6.0",
"lodash.sortby": "^4.7.0",
"rc-slider": "^8.1.3",
"rc-tooltip": "^3.4.6",
"react": "^15.6.1",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.6.1",
"react-highcharts": "^12.0.0",
"react-redux": "^5.0.5",
"react-redux-firebase": "^1.4.2",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"redux": "^3.7.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build &&firebase deploy",
"serve": "npm run build &&firebase serve"
}
}