astro-strapi-ui/package.json
2025-05-10 18:21:02 +02:00

14 lines
No EOL
240 B
JSON

{
"name": "maxcel.it",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.7.12"
}
}