2022-11-29 23:18:21 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-oidc",
|
2023-05-29 11:06:54 +08:00
|
|
|
"displayName": "OpenID Connect",
|
|
|
|
"displayName.zh-CN": "OpenID Connect",
|
2023-06-07 23:46:42 +08:00
|
|
|
"description": "Provides OIDC authentication and authorization functionality for applications or authentication systems.",
|
|
|
|
"description.zh-CN": "为应用程序或身份验证系统提供OIDC认证和授权功能。",
|
2023-07-29 20:25:18 +08:00
|
|
|
"version": "0.11.1-alpha.5",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
2023-07-07 14:35:22 +08:00
|
|
|
"main": "./lib/server/index.js",
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"src",
|
|
|
|
"README.md",
|
|
|
|
"README.zh-CN.md",
|
|
|
|
"CHANGELOG.md",
|
|
|
|
"server.js",
|
|
|
|
"server.d.ts",
|
|
|
|
"client.js",
|
|
|
|
"client.d.ts"
|
|
|
|
],
|
2022-11-29 23:18:21 +08:00
|
|
|
"devDependencies": {
|
2023-07-08 08:26:27 +08:00
|
|
|
"@ant-design/icons": "^5.1.4",
|
2023-07-29 20:24:07 +08:00
|
|
|
"@formily/antd-v5": "^1.1.0",
|
|
|
|
"@formily/react": "^2.2.27",
|
2023-07-29 20:25:18 +08:00
|
|
|
"@nocobase/actions": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/auth": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/database": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/server": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/test": "0.11.1-alpha.5",
|
2023-07-08 08:29:33 +08:00
|
|
|
"ahooks": "^3.7.2",
|
|
|
|
"antd": "^5.6.4",
|
|
|
|
"react": "18.x",
|
|
|
|
"react-i18next": "^11.15.1"
|
2022-11-29 23:18:21 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-07 23:46:42 +08:00
|
|
|
"nanoid": "3.3.4",
|
|
|
|
"openid-client": "^5.4.2"
|
2022-11-29 23:18:21 +08:00
|
|
|
}
|
2023-06-20 11:48:02 +08:00
|
|
|
}
|