Files
KML-Verification/package.json
2026-04-27 12:48:37 +05:30

34 lines
801 B
JSON

{
"name": "kml_map_tool",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@deck.gl/core": "^9.3.1",
"@deck.gl/extensions": "^9.3.1",
"@deck.gl/layers": "^9.3.1",
"@deck.gl/mapbox": "^9.3.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-opener": "^2",
"deck.gl": "^9.3.1",
"maplibre-gl": "^5.24.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}