blog/package.json
2025-03-25 19:06:32 +08:00

16 lines
287 B
JSON

{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^5.0.7",
"astro": "^5.5.4",
"vue": "^3.5.13"
}
}