2024-07-18 12:34:49 +08:00
|
|
|
{
|
|
|
|
"name": "@tachybase/plugin-dingtalk",
|
2024-09-12 13:37:57 +08:00
|
|
|
"version": "0.21.93",
|
2024-07-23 01:10:52 +08:00
|
|
|
"description": "dingding authentication.",
|
|
|
|
"keywords": [
|
|
|
|
"Authentication"
|
|
|
|
],
|
2024-07-18 12:34:49 +08:00
|
|
|
"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",
|
2024-08-02 02:26:19 +08:00
|
|
|
"antd": "5.19.4",
|
2024-07-18 12:34:49 +08:00
|
|
|
"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:*"
|
|
|
|
}
|
|
|
|
}
|