-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "data-visualization-experiments",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
"d3": "^4.12.0",
"express": "4.13.3",
"install": "^0.10.1",
"lodash": "^4.17.4",
"material-ui": "^1.0.0-beta.11",
"material-ui-icons": "^1.0.0-beta.10",
"nodemon": "^1.12.1",
"normalize.css": "^7.0.0",
"npm": "^5.5.1",
"prop-types": "^15.5.10",
"qs": "^6.5.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-helmet": "^5.2.0",
"react-native": "^0.48.3",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "homepage1.0.13",
"recharts": "^1.0.0-beta.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"strava-v3": "^1.14.0",
"topojson": "^3.0.2"
},
"homepage": "https://sujinleeme.github.io/data-visualization-experiments",
"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"
},
"author": "[email protected]",
"bundledDependencies": [],
"bundleDependencies": [],
"devDependencies": {
"gh-pages": "^1.1.0"
}
}