ForcePilot/web/package.json
zhou shujian edf66bbe38 docs: 为知识分块工具函数添加详细注释
- 为 html_table_to_key_value 函数添加处理逻辑说明,解释如何应对过长表格的切分问题
- 为 infer_heading_level 函数添加层级推断规则说明,包括数字序号和中文序号的处理
- 为 extract_table_block 函数添加表格提取算法的详细步骤说明
- 为 split_text_by_length_and_newline 函数添加分块逻辑的详细注释,解释段落和行的处理流程
- 为语义分块相关函数添加中文文档,包括句子分割、聚类算法和整体流程说明
- 更新测试用例,使用更清晰的测试文档并添加结果保存功能
2026-04-22 17:14:10 +08:00

59 lines
1.5 KiB
JSON

{
"name": "yuxi-web",
"version": "0.6.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"server": "vite serve --host",
"server:prod": "vite serve --host --port 8080",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --cache",
"format": "prettier --write --experimental-cli src/"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antv/g6": "^5.0.51",
"@sigma/edge-curve": "^3.1.0",
"@sigma/node-border": "^3.0.0",
"@vueuse/core": "^13.9.0",
"ant-design-vue": "^4.2.6",
"d3": "^7.9.0",
"dayjs": "^1.11.19",
"echarts": "^6.0.0",
"graphology": "^0.26.0",
"graphology-generators": "^0.11.2",
"highlight.js": "^11.11.1",
"less": "^4.5.1",
"lucide-vue-next": "^0.542.0",
"marked": "^16.4.2",
"marked-highlight": "^2.2.3",
"markmap-lib": "^0.18.12",
"markmap-view": "^0.18.12",
"md-editor-v3": "^5.8.5",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"sigma": "^3.0.2",
"vue": "^3.5.29",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.39.3",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"vite": "^7.3.1"
},
"pnpm": {
"overrides": {
"flatted": "3.4.2",
"lodash-es": "4.18.1"
}
},
"packageManager": "pnpm@10.11.0"
}