Files
blog/package.json
T
2026-06-19 13:22:43 +08:00

22 lines
480 B
JSON

{
"name": "Bi's Blog",
"version": "0.20.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",
"typesense": "^3.0.6"
}
}