sealday
7f4bfce63a
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1533
30 lines
835 B
JSON
30 lines
835 B
JSON
{
|
||
"name": "@tachybase/plugin-cas",
|
||
"displayName": "Auth: CAS",
|
||
"version": "0.21.92",
|
||
"description": "CAS authentication.",
|
||
"keywords": [
|
||
"Authentication"
|
||
],
|
||
"license": "Apache-2.0",
|
||
"main": "./dist/server/index.js",
|
||
"devDependencies": {
|
||
"@ant-design/icons": "~5.3.7",
|
||
"antd": "5.19.4",
|
||
"react-i18next": "^14.1.2",
|
||
"react-router-dom": "~6.25.1"
|
||
},
|
||
"peerDependencies": {
|
||
"@tachybase/actions": "workspace:*",
|
||
"@tachybase/auth": "workspace:*",
|
||
"@tachybase/client": "workspace:*",
|
||
"@tachybase/database": "workspace:*",
|
||
"@tachybase/plugin-auth": "workspace:*",
|
||
"@tachybase/sdk": "workspace:*",
|
||
"@tachybase/server": "workspace:*",
|
||
"@tachybase/test": "workspace:*"
|
||
},
|
||
"description.zh-CN": "通过 CAS 协议认证身份。",
|
||
"displayName.zh-CN": "认证:CAS"
|
||
}
|