balibabu
feat: support GPT-4o #771 and hide the add button when the folder is a knowledge base (#775)
1a0fce6
{ | |
"private": true, | |
"author": "zhaofengchao <[email protected]>", | |
"scripts": { | |
"build": "umi build", | |
"dev": "cross-env PORT=9200 UMI_DEV_SERVER_COMPRESS=none umi dev", | |
"postinstall": "umi setup", | |
"lint": "umi lint --eslint-only", | |
"setup": "umi setup", | |
"start": "npm run dev" | |
}, | |
"dependencies": { | |
"@ant-design/icons": "^5.2.6", | |
"@ant-design/pro-components": "^2.6.46", | |
"@ant-design/pro-layout": "^7.17.16", | |
"@js-preview/excel": "^1.7.8", | |
"ahooks": "^3.7.10", | |
"antd": "^5.12.7", | |
"axios": "^1.6.3", | |
"classnames": "^2.5.1", | |
"dayjs": "^1.11.10", | |
"i18next": "^23.7.16", | |
"js-base64": "^3.7.5", | |
"jsencrypt": "^3.3.2", | |
"lodash": "^4.17.21", | |
"mammoth": "^1.7.2", | |
"rc-tween-one": "^3.0.6", | |
"react-chat-elements": "^12.0.13", | |
"react-copy-to-clipboard": "^5.1.0", | |
"react-i18next": "^14.0.0", | |
"react-infinite-scroll-component": "^6.1.0", | |
"react-markdown": "^9.0.1", | |
"react-pdf-highlighter": "^6.1.0", | |
"react-string-replace": "^1.1.1", | |
"react-syntax-highlighter": "^15.5.0", | |
"reactflow": "^11.11.2", | |
"recharts": "^2.12.4", | |
"remark-gfm": "^4.0.0", | |
"umi": "^4.0.90", | |
"umi-request": "^1.4.0", | |
"unist-util-visit-parents": "^6.0.1", | |
"uuid": "^9.0.1" | |
}, | |
"devDependencies": { | |
"@react-dev-inspector/umi4-plugin": "^2.0.1", | |
"@types/lodash": "^4.14.202", | |
"@types/react": "^18.0.33", | |
"@types/react-copy-to-clipboard": "^5.0.7", | |
"@types/react-dom": "^18.0.11", | |
"@types/react-syntax-highlighter": "^15.5.11", | |
"@types/uuid": "^9.0.8", | |
"@types/webpack-env": "^1.18.4", | |
"@umijs/lint": "^4.1.1", | |
"@umijs/plugins": "^4.1.0", | |
"cross-env": "^7.0.3", | |
"prettier": "^3.2.4", | |
"prettier-plugin-organize-imports": "^3.2.4", | |
"prettier-plugin-packagejson": "^2.4.9", | |
"react-dev-inspector": "^2.0.1", | |
"typescript": "^5.0.3", | |
"umi-plugin-icons": "^0.1.1" | |
} | |
} | |