package.json 960 B

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