2023-09-02 11:40:04 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-cas",
|
2023-09-12 14:39:23 +00:00
|
|
|
"displayName": "CAS auth - SSO login",
|
|
|
|
"displayName.zh-CN": "CAS 认证 - SSO 登录",
|
|
|
|
"description": "CAS authentication for NocoBase",
|
|
|
|
"description.zh-CN": "NocoBase 的 CAS 身份验证",
|
2023-09-12 14:42:43 +00:00
|
|
|
"version": "0.14.0-alpha.1",
|
2023-09-02 11:40:04 +00:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./dist/server/index.js",
|
2023-09-03 03:35:48 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
|
|
|
"@nocobase/test": "0.x"
|
2023-09-02 11:40:04 +00:00
|
|
|
},
|
2023-09-03 03:35:48 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@ant-design/icons": "5.x",
|
2023-09-02 11:40:04 +00:00
|
|
|
"antd": "5.x",
|
2023-09-03 03:35:48 +00:00
|
|
|
"react-router-dom": "6.x"
|
2023-09-02 11:40:04 +00:00
|
|
|
}
|
|
|
|
}
|