forked from opengeos/GeoLibre
-
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.12 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.12 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": "@geolibre/map",
"version": "2.6.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./derived-geometry": "./src/derived-geometry.ts",
"./pmtiles-layer": "./src/pmtiles-layer.ts"
},
"dependencies": {
"@geolibre/core": "*",
"@maplibre/geojson-vt": "^6.1.1",
"@maplibre/vt-pbf": "^4.3.2",
"@protomaps/basemaps": "^5.7.2",
"@turf/bbox": "^7.4.0",
"@turf/bbox-polygon": "^7.4.0",
"@turf/buffer": "^7.4.0",
"@turf/centroid": "^7.4.0",
"@turf/convex": "^7.4.0",
"@turf/helpers": "^7.4.0",
"@turf/mask": "^7.4.0",
"cesium": "^1.144.0",
"fast-xml-parser": "^5.10.1",
"geotiff": "^3.0.5",
"maplibre-gl": "^6.3.0",
"maplibre-gl-layer-control": "^0.17.4",
"pmtiles": "^4.4.1",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@types/geojson": "^7946.0.16",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"typescript": "^7.0.2"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}