2023-09-02 19:40:04 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-cas",
|
|
|
|
"displayName": "SSO login - CAS",
|
|
|
|
"displayName.zh-CN": "SSO 登录 - CAS",
|
|
|
|
"description": "Unified identity authentication.",
|
|
|
|
"description.zh-CN": "提供CAS登录功能",
|
2023-09-05 09:01:30 +08:00
|
|
|
"version": "0.13.0-alpha.7",
|
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
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
|
|
|
"@nocobase/test": "0.x"
|
2023-09-02 19:40:04 +08:00
|
|
|
},
|
2023-09-03 11:35:48 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"@ant-design/icons": "5.x",
|
2023-09-02 19:40:04 +08:00
|
|
|
"antd": "5.x",
|
2023-09-03 11:35:48 +08:00
|
|
|
"react-router-dom": "6.x"
|
2023-09-02 19:40:04 +08:00
|
|
|
}
|
|
|
|
}
|