Files
Houston (Bot) 817fe55389 [ci] release (#13135)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-04 16:19:08 +00:00

18 lines
324 B
JSON

{
"name": "@example/framework-vue",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^5.0.6",
"astro": "^5.2.5",
"vue": "^3.5.13"
}
}