a39fca5cfa
* [ci] release (next) * chore: update changeset Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>
18 lines
464 B
JSON
18 lines
464 B
JSON
{
|
|
"name": "@example/fast-build",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --experimental-static-build",
|
|
"start": "astro dev --experimental-static-build",
|
|
"build": "astro build --experimental-static-build",
|
|
"scan-build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.24.0-next.0",
|
|
"preact": "~10.6.5",
|
|
"unocss": "^0.15.5",
|
|
"vite-imagetools": "^4.0.1"
|
|
}
|
|
}
|