tachybase_todo/packages/plugins/saml/package.json
被雨水过滤的空气-Rain 0fe5b5367a
chore: upgrade antd to 5.7.3 (#2359)
* chore: upgrade antd to 5.7.3

* chore: fix build

* chore: fix build
2023-08-01 11:51:30 +08:00

38 lines
1.0 KiB
JSON

{
"name": "@nocobase/plugin-saml",
"displayName": "SAML",
"displayName.zh-CN": "SAML",
"description": "Provides SAML authentication and authorization functionality for applications or authentication systems.",
"description.zh-CN": "为应用程序或身份验证系统提供SAML认证和授权功能。",
"version": "0.11.1-alpha.5",
"license": "AGPL-3.0",
"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"
],
"devDependencies": {
"@ant-design/icons": "^5.1.4",
"@formily/react": "^2.2.27",
"@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",
"antd": "^5.7.3",
"react": "18.x",
"react-i18next": "^11.15.1"
},
"dependencies": {
"@node-saml/node-saml": "^4.0.2"
}
}