chore: 新增 zustand、@ant-design/x-card 与 officecli 依赖

This commit is contained in:
2026-08-04 14:41:14 +08:00
parent 75c42f52a1
commit ce1dcc07ea
3 changed files with 95 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
"dependencies": {
"@ant-design/icons": "^6.1.1",
"@ant-design/x": "^2.8.0",
"@ant-design/x-card": "^2.9.0",
"@ant-design/x-markdown": "^2.8.0",
"@ant-design/x-sdk": "^2.8.0",
"@dnd-kit/core": "^6.3.1",
@@ -29,7 +30,8 @@
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.1",
"tslib": "^2.8.1"
"tslib": "^2.8.1",
"zustand": "^5.0.14"
},
"devDependencies": {
"@gongxue/typescript-config": "*",