-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.43 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 3.43 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "geolibre-desktop",
"version": "1.7.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"predev": "node ../../scripts/build-jupyterlite.mjs --if-missing",
"prebuild": "node ../../scripts/build-jupyterlite.mjs",
"build": "tsc -b && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "node ../../scripts/tauri-build.mjs"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.92.0",
"@carbonplan/zarr-layer": "^0.5.0",
"@cereusdb/standard": "^0.1.2",
"@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",
"@duckdb/duckdb-wasm": "1.33.1-dev45.0",
"@dvt3d/maplibre-three-plugin": "^1.6.0",
"@electric-sql/pglite": "^0.5.2",
"@electric-sql/pglite-postgis": "^0.2.2",
"@geolibre/core": "*",
"@geolibre/map": "*",
"@geolibre/plugins": "*",
"@geolibre/processing": "*",
"@geolibre/ui": "*",
"@geoman-io/maplibre-geoman-free": "^0.7.1",
"@google/genai": "^1.52.0",
"@mapbox/mapbox-gl-rtl-text": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.25.2",
"@opentelemetry/api": "^1.9.0",
"@osmix/core": "^0.1.8",
"@osmix/geojson": "^0.0.13",
"@osmix/pbf": "^0.0.9",
"@strands-agents/sdk": "^1.3.0",
"@tanstack/react-virtual": "^3.14.2",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-opener": "^2.5.4",
"apache-arrow": "^17.0.0",
"dompurify": "^3.4.10",
"exifr": "^7.1.3",
"fflate": "^0.8.3",
"gdal3.js": "^2.8.1",
"i18next": "^25.10.10",
"jspdf": "^4.2.1",
"mapillary-js": "^4.1.2",
"maplibre-gl": "^5.24.0",
"maplibre-gl-3d-tiles": "^0.5.3",
"maplibre-gl-basemap-control": "^0.8.0",
"maplibre-gl-components": "^0.25.1",
"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.9.1",
"maplibre-gl-geoagent": "^0.4.4",
"maplibre-gl-lidar": "^0.16.2",
"maplibre-gl-nasa-earthdata": "^0.1.4",
"maplibre-gl-national-map": "^0.1.1",
"maplibre-gl-planetary-computer": "^0.3.0",
"maplibre-gl-raster": "^0.6.3",
"maplibre-gl-splat": "^0.2.8",
"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.0",
"maplibre-gl-vector": "^0.8.0",
"openai": "^6.39.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-i18next": "^16.6.6",
"shpjs": "^6.2.0",
"sql.js": "^1.14.0",
"three": "^0.184.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@tauri-apps/cli": "^2.11.2",
"@types/geojson": "^7946.0.16",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/sql.js": "^1.4.9",
"@vitejs/plugin-react": "^6.0.2",
"esbuild": "^0.28.0",
"osmix": "^0.2.0",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vite-plugin-pwa": "^1.3.0"
}
}