Files
openfreemap/website/package.json
2024-09-10 02:50:43 +02:00

17 lines
302 B
JSON

{
"name": "website_astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.15.4",
"lightningcss": "^1.26.0"
}
}