23 lines
430 B
JSON
23 lines
430 B
JSON
{
|
|
"name": "leim-maps",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/vue": "^3.0.1",
|
|
"@types/leaflet": "^1.9.6",
|
|
"@vueuse/core": "^10.5.0",
|
|
"astro": "^3.2.0",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.68.0"
|
|
}
|
|
}
|