Files
leim-maps/package.json
2024-08-03 22:26:16 +02:00

24 lines
467 B
JSON

{
"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.1.6",
"@astrojs/vue": "^4.5.0",
"@types/leaflet": "^1.9.12",
"@vueuse/core": "^10.9.0",
"astro": "^4.13.1",
"vue": "^3.4.27"
},
"devDependencies": {
"sass": "^1.77.0"
}
}