-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.12 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
{
"name": "fire-map",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.2.0",
"d3-array": "^3.0.1",
"d3-ease": "^3.0.1",
"d3-interpolate": "^2.0.1",
"d3-scale": "^4.0.0",
"d3-shape": "^3.0.1",
"date-fns": "^2.22.1",
"ga-4-react": "^0.1.281",
"mapshaper": "^0.5.61",
"node-fetch": "^2.6.1",
"react": "^17.0.2",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.2",
"react-map-gl": "^6.1.16",
"react-map-gl-geocoder": "^2.1.7",
"react-scripts": "4.0.3",
"topojson-client": "^3.1.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"not chrome < 51",
"not safari < 10"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"preval.macro": "^5.0.0"
}
}