-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
169 lines (169 loc) · 5.2 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "covid-atlas",
"version": "1.0.0",
"description": "The US COVID Atlas",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/GeoDaCenter/covid-v3.git"
},
"author": "Spatial@UChicago <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GeoDaCenter/covid-v3/issues"
},
"homepage": "https://uscovidatlas.org",
"dependencies": {
"@date-io/dayjs": "^2.11.0",
"@deck.gl/core": "8.6.4",
"@deck.gl/extensions": "8.6.4",
"@deck.gl/geo-layers": "8.6.4",
"@deck.gl/layers": "8.6.4",
"@deck.gl/mapbox": "8.6.4",
"@deck.gl/mesh-layers": "8.6.4",
"@deck.gl/react": "8.6.4",
"@emotion/is-prop-valid": "^1.1.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@geodacenter/jsgeoda": "https://github.com/GeoDaCenter/jsgeoda.git#worker-compatible",
"@google-cloud/bigquery": "^5.7.1",
"@loaders.gl/core": "^3.0.12",
"@mdx-js/loader": "^2.1.2",
"@mdx-js/mdx": "^2.1.2",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.65",
"@mui/material": "^5.2.8",
"@mui/styles": "^5.2.3",
"@react-hook/resize-observer": "^1.2.6",
"@reduxjs/toolkit": "^1.8.5",
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/random": "^6.5.0",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"comlink": "^4.3.1",
"d3-dsv": "2.0.0",
"d3-scale": "^3.2.0",
"downloadjs": "^1.4.7",
"file-saver": "^2.0.5",
"fontkit": "^2.0.2",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jszip": "^3.6.0",
"lodash.merge": "^4.6.2",
"lodash.throttle": "^4.1.1",
"lzutf8": "^0.6.3",
"nanoid": "^3.3.2",
"object-hash": "^2.2.0",
"papaparse": "^5.3.1",
"pbf": "^3.2.1",
"plyr-react": "^5.0.2",
"react": "^17.0.2",
"react-component-export-image": "^1.0.6",
"react-date-picker": "^8.3.6",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-ga": "^3.3.0",
"react-grid-layout": "^1.3.3",
"react-helmet": "^6.1.0",
"react-map-gl": "^5.2.11",
"react-markdown": "^8.0.3",
"react-redux": "^7.2.2",
"react-resize-observer": "^1.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-table": "^7.7.0",
"recharts": "^2.1.3",
"redux": "^4.0.5",
"redux-deep-persist": "^1.0.6",
"redux-persist": "^6.0.0",
"remark-gfm": "^3.0.1",
"reselect": "^4.1.5",
"simple-statistics": "^7.7.3",
"styled-components": "^5.2.1",
"supercluster": "^7.1.5",
"swr": "^1.3.0",
"typescript": "^4.8.3",
"yarn": "^1.22.19"
},
"scripts": {
"start": "craco start",
"static-start": "cd build && http-server",
"dev": "craco start",
"build": "craco build",
"test": "craco test",
"fetch-data": "node build-scripts/fetchLatestData && node build-scripts/buildTimeseries",
"parse-config": "node build-scripts/generateConfig && node build-scripts/parseColumns",
"parse-config-dev": "node build-scripts/generateConfig --dev && node build-scripts/parseColumns",
"pre-build": "yarn fetch-data && yarn parse-config",
"pre-build-dev": "yarn fetch-data && yarn parse-config-dev",
"build-sw": "node ./src/sw-build.js",
"netlify-build": "yarn pre-build && yarn build",
"netlify-build-dev": "yarn pre-build-dev && yarn build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"eject": "react-scripts eject",
"docs": "jsdoc -c ./jsdoc/jsdoc.json -r",
"proxy-static": "cd build && http-server --proxy http://localhost:8080?",
"cypress": "yarn pre-build && yarn build && concurrently \"cypress open\" \"cd build && http-server --proxy http://localhost:8080?\"",
"cy:test": "concurrently \"cypress run && kill-port 8080 \" \"cd build && http-server -s --proxy http://localhost:8080?\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.js?(x)"
],
"rules": {
"react-hooks/exhaustive-deps": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@appku/jsdoc-template": "^1.1.7",
"@craco/craco": "^6.4.5",
"@loaders.gl/zip": "^3.1.4",
"adm-zip": "^0.5.9",
"axios": "^0.24.0",
"babel-loader": "^8.2.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"better-docs": "^2.7.2",
"buffer": "^6.0.3",
"clean-jsdoc-theme": "^4.1.8",
"concurrently": "^7.4.0",
"cypress": "^10.9.0",
"dayjs": "^1.10.6",
"google-protobuf": "^3.19.3",
"http-server": "^14.1.1",
"ink-docstrap": "^1.3.2",
"is-plain-obj": "^4.1.0",
"jsdoc": "^3.6.11",
"jsdoc-mermaid": "^1.0.0",
"kill-port": "^2.0.1",
"prettier": "2.5.1",
"prettier-plugin-jsdoc": "^0.4.2",
"react-app-rewired": "^2.1.8",
"source-map-explorer": "^2.5.2",
"util": "^0.12.4",
"workbox-build": "^6.1.5"
}
}