tachybase_todo/packages/plugins/@tachybase/plugin-saml/package.json
sealday 1472e5910c chore: antd 5.18.1 (#1179)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1179
2024-06-13 12:02:01 +08:00

33 lines
959 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@tachybase/plugin-saml",
"displayName": "Auth: SAML 2.0",
"version": "0.21.53",
"description": "SAML 2.0 authentication.",
"keywords": [
"Authentication"
],
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.7",
"@node-saml/node-saml": "^4.0.2",
"@tachybase/schema": "workspace:*",
"antd": "5.18.1",
"react": "~18.3.1",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/auth": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-auth": "workspace:*",
"@tachybase/sdk": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "通过 SAML 2.0 协议认证身份。",
"displayName.zh-CN": "认证SAML 2.0"
}