tachybase_todo/packages/plugins/@tachybase/plugin-oidc/package.json
sealday 848b99df0b chore(version): release v0.21.49 (#1155)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1155
2024-06-11 19:50:44 +08:00

35 lines
1.0 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": "@tachybase/plugin-oidc",
"displayName": "Auth: OIDC",
"version": "0.21.49",
"description": "OIDC (OpenID Connect) authentication.",
"keywords": [
"Authentication"
],
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"nanoid": "3.3.4",
"openid-client": "^5.4.2",
"react": "~18.2.0",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/auth": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-auth": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "通过 OIDC (OpenID Connect) 协议认证身份。",
"displayName.zh-CN": "认证OIDC"
}