Basic map and cluster setup + popup info

This commit is contained in:
Alexis
2026-03-24 23:13:23 +01:00
parent e7cc6c432e
commit ff773e1d1c
5 changed files with 681 additions and 24 deletions

View File

@@ -15,16 +15,21 @@
"format": "oxfmt src/"
},
"dependencies": {
"@phosphor-icons/vue": "^2.2.1",
"@pinia/colada": "^1.0.0",
"@tailwindcss/vite": "^4.2.2",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vueuse/core": "^14.2.1",
"leaflet": "^1.9.4",
"pinia": "^3.0.4",
"tailwindcss": "^4.2.2",
"vue": "^3.5.30",
"vue-leaflet-markercluster": "^0.6.1",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.12.0",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/eslint-config-typescript": "^14.7.0",
@@ -37,6 +42,7 @@
"npm-run-all2": "^8.0.4",
"oxfmt": "^0.37.0",
"oxlint": "~1.51.0",
"sass-embedded": "^1.98.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "^8.0.7",