Files
bztmon-site/package.json
T
jwright 22f482d89a M2: content collections — case studies, blog, RSS, tags, sitemap
Projects + blog as schema-validated content collections; structured case
studies (problem/design/outcome), blog with tag pages, reading time, RSS
feed (drafts excluded), sitemap, and Shiki dual-theme code highlighting.
2026-06-17 16:56:46 +10:00

29 lines
601 B
JSON

{
"name": "bztmon-site",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"gen:og": "node scripts/gen-og.mjs",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/vite": "^4.3.1",
"astro": "^6.4.7",
"tailwindcss": "^4.3.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@types/node": "^25.9.3",
"typescript": "^6.0.3"
}
}