switch to pinia for state mangement

This commit is contained in:
2026-01-25 11:47:18 +01:00
parent 4cec4b1bb4
commit bd5a59d827
7 changed files with 383 additions and 361 deletions

View File

@@ -2,10 +2,10 @@
"imports": {
"@vitejs/plugin-vue": "npm:@vitejs/plugin-vue@^5",
"maplibre-gl": "npm:maplibre-gl@^5.16.0",
"pinia": "npm:pinia@^3.0.4",
"three": "npm:three@^0.182.0",
"vite": "npm:vite@^7.2.1",
"vue": "npm:vue@^3.5.23",
"pinia": "npm:pinia@^3.0.4",
},
"tasks": {
"dev": "deno run -A --node-modules-dir npm:vite",