astro/examples/framework-vue/package.json
2022-08-05 21:36:23 -07:00

19 lines
362 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",
"astro": "astro"
},
"devDependencies": {
"@astrojs/vue": "^0.5.0",
"astro": "^1.0.0-rc.6"
},
"dependencies": {
"vue": "^3.2.37"
}
}