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 942B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "private": true,
  3. "author": "zhaofengchao <13723060510@163.com>",
  4. "scripts": {
  5. "dev": "umi dev",
  6. "build": "umi build",
  7. "postinstall": "umi setup",
  8. "setup": "umi setup",
  9. "start": "npm run dev"
  10. },
  11. "dependencies": {
  12. "@ant-design/icons": "^5.2.6",
  13. "@ant-design/pro-components": "^2.6.46",
  14. "@ant-design/pro-layout": "^7.17.16",
  15. "antd": "^5.12.7",
  16. "axios": "^1.6.3",
  17. "classnames": "^2.5.1",
  18. "i18next": "^23.7.16",
  19. "js-base64": "^3.7.5",
  20. "jsencrypt": "^3.3.2",
  21. "lodash": "^4.17.21",
  22. "react-i18next": "^14.0.0",
  23. "react-infinite-scroll-component": "^6.1.0",
  24. "umi": "^4.0.90",
  25. "umi-request": "^1.4.0"
  26. },
  27. "devDependencies": {
  28. "@types/lodash": "^4.14.202",
  29. "@types/react": "^18.0.33",
  30. "@types/react-dom": "^18.0.11",
  31. "@umijs/plugins": "^4.1.0",
  32. "typescript": "^5.0.3",
  33. "umi-plugin-icons": "^0.1.1"
  34. }
  35. }