-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 986 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
37
{
"name": "industry-giant-2",
"version": "0.1.0",
"private": true,
"devDependencies": {
"child_process": "^1.0.2",
"gh-pages": "^0.12.0",
"gulp": "^3.9.1",
"gulp-exec": "^2.1.3",
"react-scripts": "0.8.5"
},
"homepage": "http://kubarium.github.io/industry-giant-2",
"dependencies": {
"classnames": "^2.2.5",
"google-auth-library": "^0.10.0",
"googleapis": "^16.1.0",
"prop-types": "^15.5.10",
"rc-slider": "^6.0.1",
"rc-tooltip": "^3.4.2",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.2",
"react-icons": "^2.2.3",
"react-media": "^1.6.0",
"react-nbsp": "^1.1.0",
"react-numeric-input": "^2.0.7",
"react-redux": "^5.0.2",
"redux": "^3.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build"
}
}