-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.66 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
{
"name": "@mapconductor/example-basic",
"version": "0.1.0",
"private": true,
"description": "Basic example app for MapConductor React SDK",
"scripts": {
"dev": "vite",
"dev:https": "HTTPS=true vite",
"build": "NODE_OPTIONS=--max-old-space-size=6144 vite build && NODE_OPTIONS=--max-old-space-size=6144 vite build --ssr src/entry-server.tsx --outDir dist/server && node scripts/generate-static.mjs",
"preview": "vite preview --port 4000",
"start": "vite preview --host 0.0.0.0 --port 4000"
},
"dependencies": {
"@mapconductor/js-sdk-core": "*",
"@mapconductor/js-sdk-react": "*",
"@mapconductor/react-for-googlemaps": "*",
"@mapconductor/react-for-leaflet": "*",
"@mapconductor/react-for-mapbox": "*",
"@mapconductor/react-for-maplibre": "*",
"@mapconductor/react-for-openlayers": "*",
"@mapconductor/react-for-arcgis": "*",
"@mapconductor/react-for-mapkit": "*",
"@mapconductor/react-for-azuremaps": "*",
"@mapconductor/react-for-cesium": "*",
"@mapconductor/react-for-here": "*",
"@mapconductor/react-geojson-layer": "*",
"@mapconductor/react-heatmap": "*",
"@mapconductor/react-icons": "*",
"@mapconductor/react-marker-clustering": "*",
"@zip.js/zip.js": "^2.8.26",
"maplibre-gl": "^6.0.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.0",
"three": "^0.185.1"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^7.3.5",
"vite-plugin-mkcert": "^2.1.0"
}
}