-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.98 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "disaster-atlas",
"version": "0.1.0",
"private": true,
"homepage": "https://civicnet.github.io/disaster-atlas/",
"dependencies": {
"@deck.gl/mapbox": "^7.2.2",
"@mapbox/sphericalmercator": "^1.1.0",
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@turf/intersect": "^6.1.3",
"@turf/turf": "^5.1.6",
"@types/jest": "24.0.17",
"@types/node": "12.7.2",
"@types/react": "16.9.1",
"@types/react-dom": "16.8.5",
"clsx": "^1.0.4",
"common-tags": "^1.8.0",
"d3-ease": "^1.0.5",
"deck.gl": "^7.2.2",
"fg-loadcss": "^2.1.0",
"gh-pages": "^2.1.1",
"leaflet": "^1.5.1",
"memoizee": "^0.4.14",
"popmotion": "^8.7.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-leaflet": "^2.4.0",
"react-map-gl": "^5.0.10",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"typescript": "3.5.3",
"viewport-mercator-project": "^6.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/common-tags": "^1.8.0",
"@types/d3-ease": "^1.0.8",
"@types/react-leaflet": "^2.4.0",
"@types/react-map-gl": "^5.0.0",
"@types/react-redux": "^7.1.2",
"@types/react-router-dom": "^4.3.4",
"@types/redux-logger": "^3.0.7",
"@types/redux-thunk": "^2.1.0",
"@types/viewport-mercator-project": "^6.1.0",
"martinez-polygon-clipping": "^0.5.0",
"node-fetch": "^2.6.0"
}
}