-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.55 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
{
"name": "eatlas",
"version": "1.1.0-beta.1",
"private": true,
"dependencies": {
"@turf/bbox": "^6.0.1",
"@turf/bezier-spline": "^6.0.3",
"@turf/centroid": "^6.0.2",
"baseui": "^7.8.0",
"csv2geojson": "^5.1.1",
"d3-array": "^2.4.0",
"d3-format": "^1.4.3",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"d3-shape": "^1.3.7",
"deck.gl": "^8.0.17",
"leaflet": "^1.6.0",
"luxon": "^1.22.0",
"marked": "^0.7.0",
"prop-types": "^15.6.2",
"react": "^16.13.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.13.0",
"react-leaflet": "^2.6.1",
"react-leaflet-control": "^2.1.2",
"react-map-gl": "^4.1.16",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.0",
"react-vis": "^1.11.7",
"styletron-engine-atomic": "^1.4.6",
"styletron-react": "^5.2.7",
"underscore": "^1.9.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --updateSnapshot",
"eject": "react-scripts eject",
"coverage": "react-scripts test --env=jsdom --coverage"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"chromedriver": "^78.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"geckodriver": "^1.19.1",
"mocha": "^6.2.2",
"react-test-renderer": "^16.13.0",
"selenium-webdriver": "^4.0.0-alpha.7",
"sinon": "^7.5.0"
}
}