This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.92 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "covid-atlas",
"version": "1.0.0",
"description": "COVID Atlas [v2]",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/GeoDaCenter/covid.git"
},
"author": "Spatial@UChicago <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GeoDaCenter/covid/issues"
},
"homepage": ".",
"dependencies": {
"@deck.gl/core": "^8.3.11",
"@deck.gl/geo-layers": "^8.3.12",
"@deck.gl/layers": "^8.3.11",
"@deck.gl/mesh-layers": "^8.3.12",
"@deck.gl/react": "^8.3.11",
"@material-ui/core": "^4.11.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"d3-dsv": "^2.0.0",
"d3-scale": "^3.2.0",
"immutable": "^4.0.0-rc.12",
"jsgeoda": "^0.1.8",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-map-gl": "^5.2.11",
"react-map-gl-geocoder": "^2.1.6",
"react-redux": "^7.2.2",
"react-scripts": "4.0.0",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "cd public && del /f /s /q csv && cd .. && mv ./docs/csv ./public/ && react-scripts build && del /f /s /q docs 1>nul && rmdir /s /q docs && mv ./build ./docs && mv ./docs/index.html ./docs/map.html && mv ./docs/index_main.html ./docs/index.html",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"worker-loader": "^3.0.6"
}
}