tachybase_todo/packages/plugins/@tachybase/plugin-dingtalk/package.json
huahua b6b94e200e feat: 企业微信扫码登录插件 (#1364)
Co-authored-by: root <root@huahua.daoyoucloud.com>
Co-authored-by: TomyJan <TomyJan6@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1364
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: huahua <1494133104@qq.com>
Co-committed-by: huahua <1494133104@qq.com>
2024-07-23 01:10:52 +08:00

26 lines
693 B
JSON

{
"name": "@tachybase/plugin-dingtalk",
"version": "0.21.76",
"description": "dingding authentication.",
"keywords": [
"Authentication"
],
"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:*"
}
}