package.json 766 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "private": true,
  3. "author": "xujunjie <645007605@qq.com>",
  4. "scripts": {
  5. "build": "max build",
  6. "dev": "max dev",
  7. "format": "prettier --cache --write .",
  8. "postinstall": "max setup",
  9. "prepare": "husky install",
  10. "setup": "max setup",
  11. "start": "npm run dev"
  12. },
  13. "dependencies": {
  14. "@ant-design/icons": "^5.0.1",
  15. "@ant-design/pro-components": "^2.4.4",
  16. "@umijs/max": "^4.0.75",
  17. "antd": "^5.4.0",
  18. "qs": "^6.11.2"
  19. },
  20. "devDependencies": {
  21. "@types/react": "^18.0.33",
  22. "@types/react-dom": "^18.0.11",
  23. "husky": "^8.0.3",
  24. "lint-staged": "^13.2.0",
  25. "prettier": "^2.8.7",
  26. "prettier-plugin-organize-imports": "^3.2.2",
  27. "prettier-plugin-packagejson": "^2.4.3",
  28. "typescript": "^5.0.3"
  29. }
  30. }