tachybase_todo/packages/plugins/@tachybase/plugin-dingtalk/package.json
sealday 270dc33d30 chore(version): release v0.21.76 (#1362)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1362
2024-07-22 15:11:01 +08:00

22 lines
606 B
JSON

{
"name": "@tachybase/plugin-dingtalk",
"version": "0.21.76",
"main": "dist/server/index.js",
"devDependencies": {
"@alicloud/dingtalk": "^2.1.30",
"@alicloud/openapi-client": "^0.4.10",
"@alicloud/tea-util": "^1.4.9",
"@ant-design/icons": "^5.3.7",
"antd": "5.19.1",
"react-router-dom": "^6.25.1"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/auth": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/plugin-auth": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}