0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00
astro/examples/spa/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
332 B
JSON
Raw Permalink Normal View History

2022-03-26 05:37:40 -05:00
{
"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"
}
}