balibabu
feat: set width of chunk text to 100% and add Skeleton to Preview of document and remove react-pdf (#94)
a9e3dcb
| { | |
| "private": true, | |
| "author": "zhaofengchao <[email protected]>", | |
| "scripts": { | |
| "build": "umi build", | |
| "dev": "cross-env PORT=9000 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", | |
| "ahooks": "^3.7.10", | |
| "antd": "^5.12.7", | |
| "axios": "^1.6.3", | |
| "classnames": "^2.5.1", | |
| "i18next": "^23.7.16", | |
| "js-base64": "^3.7.5", | |
| "jsencrypt": "^3.3.2", | |
| "lodash": "^4.17.21", | |
| "moment": "^2.30.1", | |
| "rc-tween-one": "^3.0.6", | |
| "react-chat-elements": "^12.0.13", | |
| "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", | |
| "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-dom": "^18.0.11", | |
| "@types/uuid": "^9.0.8", | |
| "@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" | |
| } | |
| } | |