-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 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
42
43
44
{
"name": "capstone",
"version": "0.1.0",
"private": true,
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "0.8.4"
},
"dependencies": {
"aphrodite": "^1.1.0",
"d3": "^3.5.17",
"d3-tip": "^0.7.1",
"fixed-data-table": "^0.6.3",
"fixed-data-table-2": "^0.7.10",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"material-design-icons": "^3.0.1",
"normalizr": "^3.1.0",
"react": "^15.4.1",
"react-autocomplete": "^1.4.0",
"react-bootstrap-slider": "^1.1.3",
"react-dimensions": "^1.3.0",
"react-dom": "^15.4.1",
"react-input-slider": "^1.6.0",
"react-rangeslider": "^1.0.9",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.7",
"react-smooth": "^0.1.20",
"react-sticky-table": "^1.1.5",
"recharts": "^0.20.5",
"redux": "^3.6.0",
"victory": "^0.15.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "/"
}