feat: ✨ implemented map (does not yet support geoJSON)
This commit is contained in:
@ -8,8 +8,14 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@googlemaps/js-api-loader": "^1.16.8",
|
||||
"@types/geojson": "^7946.0.15",
|
||||
"@vuepic/vue-datepicker": "^10.0.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"mapbox-gl": "^3.9.2",
|
||||
"maplibre-gl": "^4.7.1",
|
||||
"my-vue-app": "file:",
|
||||
"ol": "^10.3.1",
|
||||
"register-service-worker": "^1.7.2",
|
||||
"three": "^0.172.0",
|
||||
"vue": "^3.4.37",
|
||||
@ -17,6 +23,7 @@
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/leaflet": "^1.9.15",
|
||||
"@types/three": "^0.171.0",
|
||||
"@vitejs/plugin-vue": "^5.1.2",
|
||||
"@vue/cli-plugin-pwa": "~5.0.0",
|
||||
|
Reference in New Issue
Block a user