package.json 1013 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "private": true,
  3. "author": "await <youngcoding@163.com>",
  4. "description": "惠融数科新版商户后台",
  5. "scripts": {
  6. "build": "max build",
  7. "dev": "max dev",
  8. "format": "prettier --cache --write .",
  9. "postinstall": "max setup",
  10. "prepare": "husky",
  11. "setup": "max setup",
  12. "start": "npm run dev"
  13. },
  14. "dependencies": {
  15. "@ant-design/icons": "^5.0.1",
  16. "@ant-design/pro-components": "^2.4.4",
  17. "@umijs/max": "^4.4.5",
  18. "antd": "^5.4.0",
  19. "crypto-js": "^4.2.0",
  20. "js-md5": "^0.8.3"
  21. },
  22. "devDependencies": {
  23. "@types/react": "^18.0.33",
  24. "@types/react-dom": "^18.0.11",
  25. "cross-env": "^7.0.3",
  26. "husky": "^9",
  27. "lint-staged": "^13.2.0",
  28. "prettier": "^2.8.7",
  29. "prettier-plugin-organize-imports": "^3.2.2",
  30. "prettier-plugin-packagejson": "^2.4.3",
  31. "typescript": "^5.0.3"
  32. },
  33. "engines": {
  34. "node": ">=18"
  35. }
  36. }