0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-17 23:11:29 -05:00
astro/examples/spa/package.json
2022-03-26 05:37:40 -05:00

17 lines
332 B
JSON

{
"name": "@example/spa",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/vue": "^0.0.2",
"@astrojs/spa": "^0.0.1",
"astro": "^0.25.2",
"vue": "^3.2.30"
}
}