Merge branch 'dev' of codeup.aliyun.com:61c14a7efa282c88e103c23f/oak-frontend-base into dev

This commit is contained in:
Xu Chang 2023-09-14 17:46:47 +08:00
commit 03304477d5
1 changed files with 8 additions and 5 deletions

View File

@ -10,12 +10,7 @@
"es/**/*"
],
"dependencies": {
"@ant-design/cssinjs": "^1.6.1",
"@ant-design/icons": "^5.2.6",
"@fingerprintjs/fingerprintjs": "^4.0.0",
"antd": "^5.8.3",
"antd-mobile": "^5.32.0",
"antd-mobile-icons": "^0.3.0",
"dayjs": "^1.11.9",
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2",
@ -36,11 +31,16 @@
"weapp.socket.io": "^2.2.1"
},
"peerDependencies": {
"@ant-design/icons": "^5.2.6",
"antd": "^5.8.3",
"antd-mobile": "^5.32.0",
"antd-mobile-icons": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
@ -57,6 +57,9 @@
"@types/react-dom": "^18.2.7",
"@types/uuid": "^8.3.0",
"@types/wechat-miniprogram": "^3.4.1",
"antd": "^5.8.3",
"antd-mobile": "^5.32.0",
"antd-mobile-icons": "^0.3.0",
"assert": "^2.0.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.2",