mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:57:38 +00:00
30 lines
879 B
JSON
30 lines
879 B
JSON
{
|
|
"name": "@nocobase/plugin-saml",
|
|
"displayName": "SAML auth - SSO login",
|
|
"displayName.zh-CN": "SAML 认证 - SSO 登录",
|
|
"description": "SAML authentication for NocoBase",
|
|
"description.zh-CN": "NocoBase 的 SAML 身份验证",
|
|
"version": "0.19.0-alpha.4",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "5.x",
|
|
"@formily/react": "2.x",
|
|
"@node-saml/node-saml": "^4.0.2",
|
|
"antd": "5.x",
|
|
"react": "18.x",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "0.x",
|
|
"@nocobase/auth": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/plugin-auth": ">=0.17.0-alpha.7",
|
|
"@nocobase/sdk": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
},
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
|
|
}
|