2023-09-02 11:40:04 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-cas",
|
2024-02-22 01:29:30 +00:00
|
|
|
|
"displayName": "Auth: CAS",
|
|
|
|
|
"displayName.zh-CN": "认证:CAS",
|
|
|
|
|
"description": "CAS authentication.",
|
|
|
|
|
"description.zh-CN": "通过 CAS 协议认证身份。",
|
2024-04-03 15:31:25 +00:00
|
|
|
|
"version": "0.21.0-alpha.2",
|
2023-09-02 11:40:04 +00:00
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"main": "./dist/server/index.js",
|
2024-03-04 15:02:29 +00:00
|
|
|
|
"homepage": "https://docs.nocobase.com/handbook/auth-cas",
|
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-cas",
|
2023-09-03 03:35:48 +00:00
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
|
"@nocobase/database": "0.x",
|
2023-12-21 12:40:32 +00:00
|
|
|
|
"@nocobase/plugin-auth": ">=0.17.0-alpha.7",
|
2023-11-01 01:52:49 +00:00
|
|
|
|
"@nocobase/sdk": "0.x",
|
2023-09-03 03:35:48 +00:00
|
|
|
|
"@nocobase/server": "0.x",
|
2023-12-21 12:40:32 +00:00
|
|
|
|
"@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-12-29 07:49:02 +00:00
|
|
|
|
},
|
2024-03-04 15:02:29 +00:00
|
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-02-05 13:10:48 +00:00
|
|
|
|
"keywords": [
|
2024-02-22 15:13:31 +00:00
|
|
|
|
"Authentication"
|
2024-02-05 13:10:48 +00:00
|
|
|
|
]
|
2023-09-02 11:40:04 +00:00
|
|
|
|
}
|