ForcePilot/web/package.json
Wenjie Zhang d999613f41 refactor: 优化环境变量获取逻辑,确保默认值处理
- 在多个文件中更新环境变量的获取方式,使用 `or` 语法简化代码,确保在未设置环境变量时使用默认值。
- 移除 `.env.template` 中与 LightRAG 相关的环境变量配置,简化配置文件。
- 更新 `pyproject.toml` 中的项目描述,提供更清晰的项目定位。
- 在文档中增加对图片上传响应格式的详细说明,提升用户理解。
2025-11-12 19:53:56 +08:00

50 lines
1.3 KiB
JSON

{
"name": "yuxi-know-web",
"version": "0.4.0.web",
"private": true,
"scripts": {
"dev": "vite",
"server": "vite serve --host",
"server:prod": "vite serve --host --port 8080",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antv/g6": "^5.0.49",
"@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.18",
"echarts": "^6.0.0",
"echarts-gl": "^2.0.9",
"graphology": "^0.26.0",
"graphology-generators": "^0.11.2",
"highlight.js": "^11.11.1",
"less": "^4.4.1",
"lucide-vue-next": "^0.542.0",
"marked": "^16.2.1",
"marked-highlight": "^2.2.2",
"md-editor-v3": "^5.8.4",
"pinia": "^3.0.3",
"sigma": "^3.0.2",
"vue": "^3.5.21",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.12.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.34.0",
"eslint-plugin-vue": "^10.4.0",
"prettier": "^3.6.2",
"vite": "^7.1.5",
"vue-eslint-parser": "^10.2.0"
},
"packageManager": "pnpm@10.11.0"
}