Commit 20ea7ac22e5a95c5025d9c7dfbb0122ee8b4bcc7

Authored by 李婷
1 parent 837ce3c8

feat: package.json更新

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