- Remove penfield (split to own repo on Forgejo) - Move www/ contents to root, rename to wynne.rs - Swap @astrojs/vercel for @astrojs/node, upgrade to Astro 6 - Remove auth-astro/GitHub OAuth (TinyAuth at proxy layer) - Remove Vercel deploy webhook - Switch to local SQLite DB (drop Turso) - Update generate-stats.js for new build output paths
24 lines
617 B
JSON
24 lines
617 B
JSON
{
|
|
"name": "wynne.rs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev --port 4322",
|
|
"build": "ASTRO_DATABASE_FILE=data/guestbook.db astro build && node scripts/generate-stats.js",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/db": "^0.20.1",
|
|
"@astrojs/node": "^10.0.4",
|
|
"@astrojs/rss": "^4.0.18",
|
|
"astro": "^6.1.3",
|
|
"js-yaml": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"remark-directive": "^3.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-slug": "^7.0.1",
|
|
"remark-smartypants": "^3.0.2",
|
|
"unist-util-visit": "^5.1.0"
|
|
}
|
|
}
|