Files
blog/package.json
T
2026-06-18 17:48:17 +08:00

21 lines
453 B
JSON

{
"name": "astro-site",
"version": "0.0.0",
"private": true,
"scripts": {
"prebuild": "node scripts/generate-abbrlinks.mjs",
"build": "astro build",
"clean": "astro sync",
"dev": "astro dev",
"preview": "astro preview",
"server": "astro dev"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"astro": "^6.4.8",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0"
}
}