{ "name": "leim-maps", "type": "module", "version": "1.2.4", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/sitemap": "^3.2.1", "@astrojs/vue": "^5.0.3", "@types/leaflet": "^1.9.12", "@vueuse/core": "^10.9.0", "astro": "^5.1.1", "vue": "^3.4.27" }, "devDependencies": { "sass": "^1.77.0" } }