Files
leim-maps/package.json
2024-01-16 00:31:42 +01:00

24 lines
465 B
JSON

{
"name": "leim-maps",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.0.4",
"@astrojs/vue": "^4.0.8",
"@types/leaflet": "^1.9.8",
"@vueuse/core": "^10.7.1",
"astro": "^4.1.2",
"vue": "^3.4.14"
},
"devDependencies": {
"sass": "^1.68.0"
}
}