-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 KB
/
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
38
39
{
"name": "viz-final",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"gh-pages": "^1.0.0",
"rc-slider": "^8.3.1",
"react": "15.6.1",
"react-browser-detection": "^1.0.3",
"react-dom": "15.6.1",
"react-dropzone": "^4.1.3",
"react-icons": "^2.2.5",
"react-json-tree": "^0.10.9",
"react-native-picker-scrollview": "^0.1.0",
"react-redux": "^5.0.6",
"react-select": "^1.0.0-rc.10",
"react-tooltip": "^3.4.0",
"react-ultra-select": "^1.0.16",
"react-virtualized-select": "^3.1.0",
"redux": "^3.7.2",
"redux-devtools": "^3.4.0",
"redux-persist": "^4.10.0",
"redux-thunk": "^2.2.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"react-scripts": "1.0.13"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": "http://demo.elit.cloud"
}