2023-09-02 19:40:04 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-cas",
|
2023-09-12 22:39:23 +08:00
|
|
|
"displayName": "CAS auth - SSO login",
|
|
|
|
"displayName.zh-CN": "CAS 认证 - SSO 登录",
|
|
|
|
"description": "CAS authentication for NocoBase",
|
|
|
|
"description.zh-CN": "NocoBase 的 CAS 身份验证",
|
2024-01-30 17:11:37 +08:00
|
|
|
"version": "0.19.0-alpha.5",
|
2023-09-02 19:40:04 +08:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./dist/server/index.js",
|
2024-02-02 12:02:18 +08:00
|
|
|
"homepage": "https://docs.nocobase.com/plugins/cas",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/cas",
|
2023-09-03 11:35:48 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
2023-12-21 20:40:32 +08:00
|
|
|
"@nocobase/plugin-auth": ">=0.17.0-alpha.7",
|
2023-11-01 09:52:49 +08:00
|
|
|
"@nocobase/sdk": "0.x",
|
2023-09-03 11:35:48 +08:00
|
|
|
"@nocobase/server": "0.x",
|
2023-12-21 20:40:32 +08:00
|
|
|
"@nocobase/test": "0.x"
|
2023-09-02 19:40:04 +08:00
|
|
|
},
|
2023-09-03 11:35:48 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"@ant-design/icons": "5.x",
|
2023-09-02 19:40:04 +08:00
|
|
|
"antd": "5.x",
|
2023-09-03 11:35:48 +08:00
|
|
|
"react-router-dom": "6.x"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2024-02-02 12:02:18 +08:00
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
|
|
|
"keywords":["security","users"]
|
2023-09-02 19:40:04 +08:00
|
|
|
}
|