2023-09-02 11:40:04 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-cas",
|
|
|
|
"displayName": "SSO login - CAS",
|
|
|
|
"displayName.zh-CN": "SSO 登录 - CAS",
|
|
|
|
"description": "Unified identity authentication.",
|
|
|
|
"description.zh-CN": "提供CAS登录功能",
|
2023-09-07 01:04:08 +00:00
|
|
|
"version": "0.13.0-alpha.8",
|
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
|
|
|
}
|
|
|
|
}
|