astro/examples/framework-vue/package.json
Houston (Bot) 23096dbee8
[ci] release (rc) (#8233)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-25 14:10:30 -04:00

18 lines
359 B
JSON

{
"name": "@example/framework-vue",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^3.0.0-rc.1",
"astro": "^3.0.0-rc.7",
"vue": "^3.3.4"
}
}