cvsa/packages/frontend/package.json
2025-03-29 22:23:31 +08:00

15 lines
222 B
JSON

{
"name": "frontend",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.5.5"
}
}