8859655f15
* chore: update `astro` to `1.0.0-rc.0` * chore: update `astro` version in examples Co-authored-by: Nate Moore <nate@astro.build>
18 lines
340 B
JSON
18 lines
340 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.4.1",
|
|
"astro": "^1.0.0-rc.0"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.2.37"
|
|
}
|
|
}
|