[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
70
chat_web_front/package.json
Normal file
70
chat_web_front/package.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"name": "chat_web_front",
|
||||
"version": "1.3.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build --force"
|
||||
},
|
||||
"dependencies": {
|
||||
"@traptitech/markdown-it-katex": "^3.6.0",
|
||||
"@vue-office/docx": "^1.6.3",
|
||||
"@vue-office/pdf": "^2.0.10",
|
||||
"@vueup/vue-quill": "^1.2.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"axios": "^1.7.7",
|
||||
"crypto-js": "^4.2.0",
|
||||
"docxtemplater": "^3.60.1",
|
||||
"element-plus": "^2.8.7",
|
||||
"file-saver": "^2.0.5",
|
||||
"highlight.js": "^11.11.1",
|
||||
"jquery": "^3.7.1",
|
||||
"jszip": "^3.10.1",
|
||||
"katex": "^0.16.22",
|
||||
"less": "^4.2.1",
|
||||
"lottie-web": "^5.12.2",
|
||||
"mammoth": "^1.9.0",
|
||||
"mark.js": "^8.11.1",
|
||||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-katex": "^2.0.3",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"markdown-it-sub": "^2.0.0",
|
||||
"markdown-it-sup": "^2.0.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
"pinia": "^2.2.6",
|
||||
"sa-sdk-javascript": "1.27.2",
|
||||
"sass": "^1.81.0",
|
||||
"sass-loader": "^16.0.3",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"three": "^0.171.0",
|
||||
"unplugin-auto-import": "^0.18.3",
|
||||
"unplugin-vue-components": "^0.27.4",
|
||||
"vue": "^3.5.12",
|
||||
"vue-i18n": "^11.0.1",
|
||||
"vue-router": "^4.4.5",
|
||||
"vue-ueditor-wrap": "^3.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "^22.0.0",
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"@types/mark.js": "^8.11.12",
|
||||
"@types/node": "^22.9.0",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"@vue/tsconfig": "^0.5.1",
|
||||
"npm-run-all2": "^7.0.1",
|
||||
"typescript": "~5.6.3",
|
||||
"vite": "^5.4.10",
|
||||
"vite-plugin-top-level-await": "^1.4.4",
|
||||
"vite-plugin-vue-devtools": "^7.5.4",
|
||||
"vue-tsc": "^2.1.10"
|
||||
},
|
||||
"overrides": {
|
||||
"markdown-it-katex": {
|
||||
"katex": "^0.16.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user