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.

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "private": true,
  3. "author": "zhaofengchao <13723060510@163.com>",
  4. "scripts": {
  5. "build": "umi build",
  6. "dev": "cross-env PORT=9000 umi dev",
  7. "postinstall": "umi setup",
  8. "lint": "umi lint --eslint-only",
  9. "setup": "umi setup",
  10. "start": "npm run dev"
  11. },
  12. "dependencies": {
  13. "@ant-design/icons": "^5.2.6",
  14. "@ant-design/pro-components": "^2.6.46",
  15. "@ant-design/pro-layout": "^7.17.16",
  16. "ahooks": "^3.7.10",
  17. "antd": "^5.12.7",
  18. "axios": "^1.6.3",
  19. "classnames": "^2.5.1",
  20. "i18next": "^23.7.16",
  21. "js-base64": "^3.7.5",
  22. "jsencrypt": "^3.3.2",
  23. "lodash": "^4.17.21",
  24. "moment": "^2.30.1",
  25. "rc-tween-one": "^3.0.6",
  26. "react-chat-elements": "^12.0.13",
  27. "react-i18next": "^14.0.0",
  28. "react-infinite-scroll-component": "^6.1.0",
  29. "react-markdown": "^9.0.1",
  30. "react-pdf-highlighter": "^6.1.0",
  31. "react-string-replace": "^1.1.1",
  32. "remark-gfm": "^4.0.0",
  33. "umi": "^4.0.90",
  34. "umi-request": "^1.4.0",
  35. "unist-util-visit-parents": "^6.0.1",
  36. "uuid": "^9.0.1"
  37. },
  38. "devDependencies": {
  39. "@react-dev-inspector/umi4-plugin": "^2.0.1",
  40. "@types/lodash": "^4.14.202",
  41. "@types/react": "^18.0.33",
  42. "@types/react-dom": "^18.0.11",
  43. "@types/uuid": "^9.0.8",
  44. "@umijs/lint": "^4.1.1",
  45. "@umijs/plugins": "^4.1.0",
  46. "cross-env": "^7.0.3",
  47. "prettier": "^3.2.4",
  48. "prettier-plugin-organize-imports": "^3.2.4",
  49. "prettier-plugin-packagejson": "^2.4.9",
  50. "react-dev-inspector": "^2.0.1",
  51. "typescript": "^5.0.3",
  52. "umi-plugin-icons": "^0.1.1"
  53. }
  54. }