Revert "Update templates to avoid devDependencies and :global (#4544)" (#4575)

This reverts commit ca2d0728e421a19492dd88aa35c37626c6a2897a.
This commit is contained in:
Dan Jutan
2022-08-31 15:27:36 -04:00
committed by GitHub
parent ca2d0728e4
commit 23d4f80145
30 changed files with 2824 additions and 2779 deletions

View File

@ -9,9 +9,11 @@
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/vue": "^1.0.0",
"astro": "^1.1.2"
},
"dependencies": {
"astro": "^1.1.1",
"vue": "^3.2.37",
"@astrojs/vue": "^1.0.0"
"vue": "^3.2.37"
}
}