25 lines
609 B
JSON
25 lines
609 B
JSON
{
|
|
"name": "demo",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"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": {
|
|
"astro": "^5.6.1",
|
|
"@astrojs/node": "^9.1.3",
|
|
"@fastify/middie": "^9.0.3",
|
|
"@fastify/static": "^8.1.1",
|
|
"astro-eslint-parser": "^1.2.2",
|
|
"fastify": "^5.2.2",
|
|
"@ayco/astro-sw": "workspace:*"
|
|
}
|
|
}
|