SanYeCao-blog/package.json

29 lines
667 B
JSON
Raw Permalink Normal View History

2026-03-24 14:19:09 +00:00
{
"name": "sanyecao-blog",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
2026-04-16 18:10:25 +00:00
"dev": "PUBLIC_GIT_COMMIT=$(git rev-parse HEAD) astro dev",
2026-03-24 14:19:09 +00:00
"preview": "astro preview",
2026-03-24 22:28:23 +00:00
"astro": "astro",
2026-04-16 18:10:25 +00:00
"build": "PUBLIC_GIT_COMMIT=$(git rev-parse HEAD) astro build"
2026-03-24 14:19:09 +00:00
},
"dependencies": {
2026-03-24 18:01:45 +00:00
"@astrojs/rss": "^4.0.17",
2026-03-25 15:26:22 +00:00
"@astrojs/sitemap": "^3.7.1",
"@astrojs/svelte": "^8.0.4",
2026-03-24 17:33:01 +00:00
"astro": "^6.0.8",
2026-06-01 09:50:06 +00:00
"katex": "^0.17.0",
2026-04-13 17:59:08 +00:00
"playwright": "^1.59.1",
2026-06-01 09:50:06 +00:00
"rehype-katex": "^7.0.1",
"rehype-mermaid": "^3.0.0",
"remark-math": "^6.0.0"
2026-03-24 17:33:01 +00:00
},
"devDependencies": {
2026-04-15 23:53:33 +00:00
"@types/node": "^25.5.0"
2026-03-24 14:19:09 +00:00
}
2026-06-01 09:50:06 +00:00
}