mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
f2e60a9675
* Revert "[ci] release (#10332)" This reverts commitdd3935b31c
. * Revert "[ci] set `--tag` on release (#10323)" This reverts commit50215ae731
.
18 lines
350 B
JSON
18 lines
350 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": "^4.0.8",
|
|
"astro": "^4.4.11",
|
|
"vue": "^3.3.8"
|
|
}
|
|
}
|