forked from ssifwc/webGIS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.03 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
{
"name": "webgis",
"version": "1.0.0",
"private": true,
"dependencies": {
"@ant-design/icons": "4.0.6",
"@urbica/react-map-gl": "1.13.1",
"antd": "4.1.5",
"immutable": "4.0.0-rc.12",
"leaflet": "1.6.0",
"leaflet.markercluster": "1.4.1",
"lodash.filter": "4.6.0",
"lodash.map": "4.6.0",
"lodash.max": "4.0.1",
"lodash.min": "4.0.1",
"lodash.reduce": "4.6.0",
"moment": "2.24.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-leaflet": "2.6.3",
"react-leaflet-markercluster": "2.0.0",
"react-map-gl": "^5.2.3",
"react-mapbox-gl": "4.8.3",
"react-moment": "0.9.7",
"react-scripts": "3.4.3",
"react-simple-charts": "0.0.19",
"recharts": "1.8.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}