-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.39 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": "NYCCSC",
"version": "0.1.0",
"author": "alexsinfarosa <as898@cornell.edu>",
"homepage": "https://alexsinfarosa.github.io/NYCCSC/",
"description": "NYCCSC",
"private": true,
"dependencies": {
"@vx/axis": "^0.0.158",
"@vx/curve": "^0.0.153",
"@vx/gradient": "^0.0.153",
"@vx/group": "^0.0.153",
"@vx/mock-data": "^0.0.153",
"@vx/scale": "^0.0.153",
"@vx/shape": "^0.0.158",
"antd": "^3.1.6",
"axios": "^0.17.1",
"d3-array": "^1.2.1",
"gh-pages": "^1.1.0",
"history": "^4.7.2",
"leaflet": "^1.3.1",
"lodash.takeright": "^4.1.1",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"mobx-react-devtools": "^4.2.15",
"react": "^16.2.0",
"react-app-rewire-hot-loader": "^1.0.0",
"react-app-rewire-mobx": "^1.0.7",
"react-app-rewired": "^1.4.1",
"react-csv": "^1.0.12",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3",
"react-leaflet": "^1.8.0",
"react-scripts": "1.1.0",
"recharts": "^1.0.0-beta.10",
"styled-components": "^3.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"babel-plugin-import": "^1.6.3",
"react-app-rewire-less": "^2.1.0"
}
}