-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 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
45
{
"name": "pcbeta",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"chart.js": "^2.6.0",
"cors": "^2.8.4",
"emotion": "^8.0.6",
"geojson": "^0.5.0",
"i18n-iso-countries": "^3.0.0",
"iso-3166-1-alpha-2": "^1.0.0",
"leaflet": "^1.2.0",
"leaflet-geojson-cluster": "0.0.4",
"leaflet.markercluster": "^1.1.0",
"lodash": "^4.17.4",
"memory-cache": "^0.2.0",
"pg": "^7.4.0",
"react": "^15.6.1",
"react-addons-transition-group": "^15.4.2",
"react-bootstrap": "^0.31.3",
"react-chartjs-2": "^2.6.1",
"react-dom": "^15.6.1",
"react-geojson-cluster": "0.0.7",
"react-leaflet": "^1.7.1",
"react-leaflet-geojson-cluster": "^0.1.8",
"react-leaflet-heatmap-layer": "^1.0.1",
"react-rangeslider": "^2.1.0",
"react-redux": "^5.0.6",
"react-scripts": "1.0.12",
"react-spinkit": "^3.0.0",
"react-spinners": "^0.1.8",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"superagent": "^3.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3001",
"devDependencies": {}
}