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.

42 lines
927 B

2 years ago
2 years ago
2 years ago
  1. {
  2. "name": "bkloan-sg",
  3. "author": "lishican <1213782659@qq.com>",
  4. "scripts": {
  5. "build": "umi build",
  6. "dev": "umi dev",
  7. "postinstall": "umi setup",
  8. "setup": "umi setup",
  9. "start": "npm run dev"
  10. },
  11. "browserslist": {
  12. "production": [
  13. ">0.2%",
  14. "not dead",
  15. "not op_mini all"
  16. ],
  17. "development": [
  18. "last 1 chrome version",
  19. "last 1 firefox version",
  20. "last 1 safari version",
  21. "last 1 ie version"
  22. ]
  23. },
  24. "resolutions": {
  25. "react": "^18.2.0",
  26. "react-dom": "^18.2.0"
  27. },
  28. "dependencies": {
  29. "antd": "^5.4.2",
  30. "react": "^18.2.0",
  31. "react-dom": "^18.2.0",
  32. "umi": "^4.0.65"
  33. },
  34. "devDependencies": {
  35. "@lishican/antbank-platform-hooks": "^0.0.3",
  36. "@lishican/antbank-platform-ui": "^0.0.3",
  37. "@types/react": "^18.0.33",
  38. "@types/react-dom": "^18.0.11",
  39. "@umijs/plugins": "^4.0.65",
  40. "typescript": "^5.0.3"
  41. }
  42. }