astro/examples/fast-build/package.json

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

18 lines
405 B
JSON
Raw Normal View History

{
"name": "@example/fast-build",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --experimental-static-build",
"start": "astro dev",
"build": "astro build --experimental-static-build",
"scan-build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.22.15",
"unocss": "^0.15.5",
"vite-imagetools": "^4.0.1"
}
}