tachybase_todo/packages/plugins/@nocobase/plugin-oidc/package.json
sealday 3d7af7734c feat: 支持 docker 构建
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachycode#561
2024-04-01 17:29:46 +08:00

38 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@nocobase/plugin-oidc",
"displayName": "Auth: OIDC",
"version": "0.21.2-alpha.4",
"description": "OIDC (OpenID Connect) authentication.",
"keywords": [
"Authentication"
],
"homepage": "https://docs.nocobase.com/handbook/auth-oidc",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",
"@formily/antd-v5": "1.x",
"@formily/react": "2.x",
"ahooks": "^3.7.2",
"antd": "5.x",
"nanoid": "3.3.4",
"openid-client": "^5.4.2",
"react": "18.x",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},
"peerDependencies": {
"@nocobase/actions": "workspace:*",
"@nocobase/auth": "workspace:*",
"@nocobase/client": "workspace:*",
"@nocobase/database": "workspace:*",
"@nocobase/plugin-auth": "workspace:*",
"@nocobase/server": "workspace:*",
"@nocobase/test": "workspace:*"
},
"description.zh-CN": "通过 OIDC (OpenID Connect) 协议认证身份。",
"displayName.zh-CN": "认证OIDC",
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-oidc"
}