Files
blog-frontend-v2/package.json
passthem 4e56bc0d38
All checks were successful
continuous-integration/drone/push Build is passing
添加 RSS 能力
2026-04-01 02:24:30 +08:00

47 lines
1.1 KiB
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/rss": "^4.0.18",
"@astrojs/svelte": "^8.0.4",
"@astrojs/vue": "^6.0.1",
"@iconify-json/mdi": "^1.2.3",
"@markdoc/markdoc": "^0.5.7",
"@traptitech/markdown-it-katex": "^3.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@unocss/reset": "^66.6.7",
"astro": "^6.1.0",
"astro-icon": "^1.1.5",
"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"
}
}