Files
SiMengWebSite_Notes/package.json
祀梦 5578a63c1d docs(ai): 添加 RAGFlow MCP 部署文档与 AI 栏目整理
- 新增 Windows 11 RAGFlow + MCP 完整部署记录
- 添加 AI 栏目首页与免费模型 API 文档
- 更新 VuePress 配置与 collections 结构
- 添加缓存清理和文档同步脚本
2026-03-29 13:21:46 +08:00

40 lines
1.2 KiB
JSON

{
"name": "si-meng-web-site-notes",
"type": "module",
"version": "1.0.0",
"description": "祀梦的笔记网站",
"license": "MIT",
"engines": {
"node": "^20.6.0 || >=22.0.0"
},
"overrides": {
"@vuepress/helper": "2.0.0-rc.123"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"docs:clear-cache": "node scripts/clear-vuepress-cache.mjs",
"docs:build": "vuepress build docs --clean-cache --clean-temp",
"docs:verify": "node scripts/verify-site.mjs",
"docs:place-ragflow-guide": "node scripts/place-ragflow-guide.mjs",
"docs:preview": "http-server docs/.vuepress/dist",
"vp-update": "npx vp-update"
},
"devDependencies": {
"@vuepress/helper": "2.0.0-rc.123",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/plugin-umami-analytics": "2.0.0-rc.112",
"artalk": "^2.9.1",
"http-server": "^14.1.1",
"typescript": "^5.9.2",
"vue": "^3.5.21",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-plume": "1.0.0-rc.192"
},
"dependencies": {
"@vuepress/plugin-comment": "2.0.0-rc.123",
"@waline/client": "^3.13.0",
"mermaid": "^11.12.1"
}
}