astro-sw/demo-static/package.json
Ayo cbe210855e
Some checks are pending
Demo / Explore-CI (push) Waiting to run
chore: add new demo-static
2026-05-15 20:25:36 +02:00

24 lines
576 B
JSON

{
"name": "demo-static",
"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 && astro preview"
},
"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"
}
}