2021-12-21 11:57:50 -05:00
|
|
|
{
|
|
|
|
"name": "@example/fast-build",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev --experimental-static-build",
|
2022-02-25 15:04:04 -08:00
|
|
|
"start": "astro dev --experimental-static-build",
|
2021-12-21 11:57:50 -05:00
|
|
|
"build": "astro build --experimental-static-build",
|
2022-01-04 09:35:07 -05:00
|
|
|
"scan-build": "astro build",
|
2021-12-21 11:57:50 -05:00
|
|
|
"preview": "astro preview"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-04 15:29:27 -06:00
|
|
|
"astro": "^0.23.7",
|
2022-02-14 12:48:52 -05:00
|
|
|
"preact": "~10.6.5",
|
2021-12-21 11:57:50 -05:00
|
|
|
"unocss": "^0.15.5",
|
2022-03-07 17:43:02 +01:00
|
|
|
"vite-imagetools": "^4.0.1",
|
|
|
|
"@astrojs/renderer-vue": "^0.4.0"
|
2021-12-21 11:57:50 -05:00
|
|
|
}
|
|
|
|
}
|