2023-09-02 19:40:04 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-cas",
|
2024-02-22 09:29:30 +08:00
|
|
|
|
"displayName": "Auth: CAS",
|
2024-04-06 03:36:20 +08:00
|
|
|
|
"version": "0.21.2-alpha.9",
|
2024-02-22 09:29:30 +08:00
|
|
|
|
"description": "CAS authentication.",
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"keywords": [
|
|
|
|
|
"Authentication"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "https://docs.nocobase.com/handbook/auth-cas",
|
2023-09-02 19:40:04 +08:00
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"main": "./dist/server/index.js",
|
2023-09-03 11:35:48 +08:00
|
|
|
|
"devDependencies": {
|
2024-04-02 18:13:33 +08:00
|
|
|
|
"@ant-design/icons": "~5.3.6",
|
|
|
|
|
"antd": "5.16.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"react-i18next": "^11.15.1",
|
2023-09-03 11:35:48 +08:00
|
|
|
|
"react-router-dom": "6.x"
|
2023-12-29 15:49:02 +08:00
|
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"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": "通过 CAS 协议认证身份。",
|
|
|
|
|
"displayName.zh-CN": "认证:CAS",
|
2024-03-04 23:02:29 +08:00
|
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-cas"
|
2023-09-02 19:40:04 +08:00
|
|
|
|
}
|