astro/examples/framework-vue/package.json
Fred K. Schott 1032e450cc Revert "[ci] release (#3279)"
This reverts commit 9fb2c4744c.
2022-05-03 17:04:44 -07:00

18 lines
343 B
JSON

{
"name": "@example/framework-vue",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/vue": "^0.1.3",
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"vue": "^3.2.33"
}
}