Showing
1 changed file
with
6 additions
and
3 deletions
| ... | ... | @@ -43,6 +43,11 @@ | 
| 43 | 43 | "prettier --parser=typescript --write" | 
| 44 | 44 | ] | 
| 45 | 45 | }, | 
| 46 | + "dependencies": { | |
| 47 | + "@ant-design/icons": "^5.2.5", | |
| 48 | + "@qx/ui": "0.0.3-beta.1", | |
| 49 | + "lodash-es": "^4.17.21" | |
| 50 | + }, | |
| 46 | 51 | "devDependencies": { | 
| 47 | 52 | "@commitlint/cli": "^17.1.2", | 
| 48 | 53 | "@commitlint/config-conventional": "^17.1.0", | 
| ... | ... | @@ -50,6 +55,7 @@ | 
| 50 | 55 | "@types/react": "^18.0.0", | 
| 51 | 56 | "@types/react-dom": "^18.0.0", | 
| 52 | 57 | "@umijs/lint": "^4.0.0", | 
| 58 | + "antd": "^5.8.4", | |
| 53 | 59 | "dumi": "^2.2.0", | 
| 54 | 60 | "eslint": "^8.23.0", | 
| 55 | 61 | "father": "^4.1.0", | 
| ... | ... | @@ -63,10 +69,7 @@ | 
| 63 | 69 | "stylelint": "^14.9.1" | 
| 64 | 70 | }, | 
| 65 | 71 | "peerDependencies": { | 
| 66 | - "@ant-design/icons": "^5.2.5", | |
| 67 | - "@qx/ui": "0.0.3-beta.1", | |
| 68 | 72 | "antd": ">=5.8.4", | 
| 69 | - "lodash-es": "^4.17.21", | |
| 70 | 73 | "react": ">=16.9.0", | 
| 71 | 74 | "react-dom": ">=16.9.0" | 
| 72 | 75 | }, | ... | ... | 
