-
-
Notifications
You must be signed in to change notification settings - Fork 626
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@geolibre/plugins",
"version": "1.9.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@carbonplan/zarr-layer": "^0.5.0",
"@deck.gl/aggregation-layers": "9.3.3",
"@deck.gl/core": "^9.3.3",
"@deck.gl/geo-layers": "^9.3.3",
"@deck.gl/layers": "^9.3.3",
"@deck.gl/mapbox": "^9.3.3",
"@deck.gl/mesh-layers": "^9.3.3",
"@developmentseed/deck.gl-geotiff": "^0.7.0",
"@developmentseed/deck.gl-raster": "^0.7.0",
"@developmentseed/morecantile": "^0.7.0",
"@dvt3d/maplibre-three-plugin": "^1.6.0",
"@esri/maplibre-arcgis": "^1.3.0",
"@geolibre/core": "*",
"@geoman-io/maplibre-geoman-free": "^0.7.1",
"@maplibre/maplibre-gl-directions": "^0.9.1",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-opener": "^2.5.4",
"cog-tiler-wasm": "^0.2.4",
"geotiff": "^3.0.5",
"jspdf": "^4.2.1",
"maplibre-gl": "^5.24.0",
"maplibre-gl-3d-tiles": "^0.5.4",
"maplibre-gl-basemap-control": "^0.10.0",
"maplibre-gl-components": "^0.25.4",
"maplibre-gl-duckdb": "^0.2.3",
"maplibre-gl-earth-engine": "^0.4.2",
"maplibre-gl-enviroatlas": "^0.1.1",
"maplibre-gl-esri-wayback": "^0.2.2",
"maplibre-gl-fema-wms": "^0.1.2",
"maplibre-gl-geo-editor": "^0.10.1",
"maplibre-gl-geoagent": "^0.5.4",
"maplibre-gl-lidar": "^0.16.2",
"maplibre-gl-splat": "^0.2.8",
"maplibre-gl-nasa-earthdata": "^0.1.4",
"maplibre-gl-national-map": "^0.1.1",
"maplibre-gl-overture-maps": "^0.3.1",
"maplibre-gl-planetary-computer": "^0.3.0",
"maplibre-gl-raster": "^0.7.0",
"maplibre-gl-streetview": "^0.7.0",
"maplibre-gl-swipe": "^0.10.1",
"maplibre-gl-time-slider": "^1.1.0",
"maplibre-gl-usgs-lidar": "^0.11.1",
"maplibre-gl-vector": "^0.8.5",
"proj4": "^2.20.9",
"shpjs": "^6.2.0",
"three": "^0.184.0"
},
"devDependencies": {
"@types/geojson": "^7946.0.16",
"typescript": "^6.0.3"
}
}