-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"name": "maplibre-basecontrolsdeckgl-mapboxoverlay-try",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@loaders.gl/json": "3.2.6",
"@maplibre/maplibre-gl-geocoder": "1.3.1",
"@material-ui/core": "4.12.4",
"@mui/material": "5.8.7",
"axios": "0.27.2",
"deck.gl": "8.8.4",
"loaders.gl": "0.3.5",
"mapbox-gl": "2.9.1",
"maplibre-gl": "2.1.9",
"material-ui": "0.20.2",
"react": "18.2.0",
"react-app-rewired": "2.2.1",
"react-dom": "18.2.0",
"react-icons": "4.4.0",
"react-map-gl": "7.0.16",
"react-scripts": "3.4.3",
"reaviz": "13.1.6"
},
"devDependencies": {
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}