24 lines
465 B
JSON
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.1.1",
|
|
"@astrojs/vue": "^4.0.8",
|
|
"@types/leaflet": "^1.9.8",
|
|
"@vueuse/core": "^10.8.0",
|
|
"astro": "^4.4.5",
|
|
"vue": "^3.4.20"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.71.1"
|
|
}
|
|
}
|