astro-sw/demo/package.json
Ayo 9c551a9e99
Some checks are pending
Demo / Explore-CI (push) Waiting to run
feat(demo): update demo to use Astro 6
2026-04-05 22:59:34 +02:00

24 lines
573 B
JSON

{
"name": "demo",
"private": true,
"version": "1.0.3",
"main": "index.js",
"scripts": {
"start": "astro dev",
"dev": "astro dev",
"build": "astro build",
"build:preview:static": "astro build && astro preview",
"build:preview": "astro build && node ./server.mjs"
},
"author": "Ayo Ayco",
"license": "MIT",
"description": "",
"devDependencies": {
"@astrojs/node": "^10.0.4",
"@ayco/astro-sw": "workspace:*",
"@fastify/middie": "^9.3.1",
"@fastify/static": "^9.0.0",
"astro": "^6.1.3",
"fastify": "^5.8.4"
}
}