tachybase_todo/packages/plugins/@nocobase/plugin-saml/package.json
sealday 99b79d87ad chore(version): release v0.21.18 (#784)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#784
2024-04-20 07:02:22 +08:00

36 lines
1.1 KiB
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": "@nocobase/plugin-saml",
"displayName": "Auth: SAML 2.0",
"version": "0.21.18",
"description": "SAML 2.0 authentication.",
"keywords": [
"Authentication"
],
"homepage": "https://docs.nocobase.com/handbook/auth-saml",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@nocobase/schema": "workspace:*",
"@node-saml/node-saml": "^4.0.2",
"antd": "5.16.1",
"react": "~18.2.0",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},
"peerDependencies": {
"@nocobase/actions": "workspace:*",
"@nocobase/auth": "workspace:*",
"@nocobase/client": "workspace:*",
"@nocobase/database": "workspace:*",
"@nocobase/plugin-auth": "workspace:*",
"@nocobase/sdk": "workspace:*",
"@nocobase/server": "workspace:*",
"@nocobase/test": "workspace:*"
},
"description.zh-CN": "通过 SAML 2.0 协议认证身份。",
"displayName.zh-CN": "认证SAML 2.0",
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-saml"
}