website/package.json

27 lines
655 B
JSON

{
"name": "wynne.rs",
"type": "module",
"scripts": {
"dev": "astro dev --port 4322",
"build": "astro build --remote && 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"
},
"pnpm": {
"onlyBuiltDependencies": ["esbuild", "sharp"]
},
"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"
}
}