astro/examples/framework-vue/package.json
2022-03-18 19:03:21 -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.0.1",
"astro": "^0.25.0-next.0"
},
"dependencies": {
"vue": "^3.2.30"
}
}