Files
blog-frontend-v2/package.json
passthem 4c5abe8b01
All checks were successful
continuous-integration/drone/push Build is passing
用 Markdoc 而非 Markdown 渲染博客,以在未来支持自定义元素
2026-03-27 17:06:03 +08:00

43 lines
1015 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^10.0.4",
"@astrojs/react": "^5.0.2",
"@astrojs/svelte": "^8.0.4",
"@astrojs/vue": "^6.0.1",
"@markdoc/markdoc": "^0.5.7",
"@traptitech/markdown-it-katex": "^3.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.1.0",
"axios": "^1.13.6",
"katex": "^0.16.43",
"markdown-it": "^14.1.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"shiki": "^4.0.2",
"svelte": "^5.55.0",
"typescript": "^5.9.3",
"vue": "^3.5.31"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@typescript-eslint/parser": "^8.57.2",
"eslint": "^10.1.0",
"eslint-plugin-astro": "^1.6.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1"
}
}