2023-09-02 19:40:04 +08:00
|
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
|
"name": "@tachybase/plugin-cas",
|
2024-02-22 09:29:30 +08:00
|
|
|
|
"displayName": "Auth: CAS",
|
2024-05-24 01:06:06 +08:00
|
|
|
|
"version": "0.21.34",
|
2024-02-22 09:29:30 +08:00
|
|
|
|
"description": "CAS authentication.",
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"keywords": [
|
|
|
|
|
"Authentication"
|
|
|
|
|
],
|
2024-05-23 12:50:54 +08:00
|
|
|
|
"license": "Apache-2.0",
|
2023-09-02 19:40:04 +08:00
|
|
|
|
"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",
|
2024-04-10 16:14:26 +08:00
|
|
|
|
"antd": "5.16.1",
|
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": {
|
2024-05-08 16:20:31 +08:00
|
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
|
"@tachybase/auth": "workspace:*",
|
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
|
"@tachybase/database": "workspace:*",
|
2024-05-24 01:06:06 +08:00
|
|
|
|
"@tachybase/plugin-auth": "workspace:*",
|
2024-05-08 16:20:31 +08:00
|
|
|
|
"@tachybase/sdk": "workspace:*",
|
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
|
"@tachybase/test": "workspace:*"
|
2024-04-01 13:39:44 +08:00
|
|
|
|
},
|
|
|
|
|
"description.zh-CN": "通过 CAS 协议认证身份。",
|
2024-05-24 13:06:59 +08:00
|
|
|
|
"displayName.zh-CN": "认证:CAS"
|
2023-09-02 19:40:04 +08:00
|
|
|
|
}
|