You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.6 KiB
83 lines
2.6 KiB
{
|
|
"name": "ai-query",
|
|
"version": "1.0.0",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "peace-rc start",
|
|
"build": "peace-rc build"
|
|
},
|
|
"author": "附离",
|
|
"license": "ISC",
|
|
"description": "基于 React.18 + Vite.4 预置 Antd.5 的客户端(web)",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.4.0",
|
|
"antd": "^5.24.4",
|
|
"react": "19.2.8",
|
|
"react-dom": "19.2.8",
|
|
"react-redux": "^9.1.2",
|
|
"react-router-dom": "^6.26.0"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/core": "1.2.5",
|
|
"@langchain/langgraph-sdk": "1.9.28",
|
|
"@langchain/react": "1.0.29",
|
|
"@antv/x6": "^3.1.4",
|
|
"@json-render/core": "^0.19.0",
|
|
"@json-render/react": "^0.19.0",
|
|
"@koa/multer": "^3.0.2",
|
|
"@peace/react_client": "^5.0.8",
|
|
"@tiptap/extension-dropcursor": "^2.8.0",
|
|
"@tiptap/extension-gapcursor": "^2.8.0",
|
|
"@tiptap/extension-image": "^2.8.0",
|
|
"@tiptap/extension-link": "^2.8.0",
|
|
"@tiptap/extension-table": "^2.8.0",
|
|
"@tiptap/extension-table-cell": "^2.8.0",
|
|
"@tiptap/extension-table-header": "^2.8.0",
|
|
"@tiptap/extension-table-row": "^2.8.0",
|
|
"@tiptap/extension-text-align": "^2.8.0",
|
|
"@tiptap/extension-underline": "^2.8.0",
|
|
"@tiptap/react": "^2.8.0",
|
|
"@tiptap/starter-kit": "^2.8.0",
|
|
"@uiw/react-json-view": "^2.0.0-alpha.43",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"docx": "^9.5.1",
|
|
"echarts": "^6.0.0",
|
|
"file-saver": "^2.0.5",
|
|
"framer-motion": "^12.9.2",
|
|
"fs-extra": "^11.2.0",
|
|
"highlight.js": "^11.11.1",
|
|
"katex": "^0.16.27",
|
|
"mammoth": "^1.12.0",
|
|
"marked": "^15.0.7",
|
|
"marked-highlight": "^2.2.1",
|
|
"mermaid": "^11.12.2",
|
|
"moment": "^2.30.1",
|
|
"multer": "^1.4.5-lts.2",
|
|
"pdfjs-dist": "^5.6.205",
|
|
"pg": "^8.22.0",
|
|
"quill": "^1.3.7",
|
|
"quill-better-table": "^1.2.10",
|
|
"quill-blot-formatter": "^1.0.5",
|
|
"quill-image-resize-module": "^3.0.0",
|
|
"react-json-pretty": "^2.2.0",
|
|
"react-markdown": "^10.1.0",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-highlight": "^7.0.2",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-strip-html": "^1.0.2",
|
|
"simplebar-react": "^3.3.0",
|
|
"superagent": "^10.1.1",
|
|
"superagent-no-cache": "^0.1.1",
|
|
"tiptap-extension-resize-image": "^1.0.7",
|
|
"uuid": "^11.1.0",
|
|
"vis-data": "^8.0.1",
|
|
"vis-network": "^10.0.1",
|
|
"xlsx": "^0.18.5",
|
|
"zod": "^4.4.3"
|
|
}
|
|
}
|
|
|