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.

29 lines
751 B

2 years ago
  1. {
  2. "private": true,
  3. "name": "sgapp",
  4. "author": "lishican <1213782659@qq.com>",
  5. "scripts": {
  6. "build": "max build",
  7. "dev": "max dev",
  8. "format": "prettier --cache --write .",
  9. "postinstall": "max setup",
  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. "@lishican/antbank-platform-ui": "*",
  17. "@umijs/max": "^4.0.65",
  18. "antd": "^5.4.0"
  19. },
  20. "devDependencies": {
  21. "@types/react": "^18.0.33",
  22. "@types/react-dom": "^18.0.11",
  23. "lint-staged": "^13.2.0",
  24. "prettier": "^2.8.7",
  25. "prettier-plugin-organize-imports": "^3.2.2",
  26. "prettier-plugin-packagejson": "^2.4.3",
  27. "typescript": "^5.0.3"
  28. }
  29. }