nocobase/packages/plugins/@nocobase/plugin-auth/package.json
2024-09-08 14:24:01 +00:00

34 lines
1.1 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-auth",
"version": "1.3.19-beta",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/auth",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth",
"devDependencies": {
"@ant-design/icons": "5.x",
"@formily/react": "2.x",
"@formily/shared": "2.x",
"@types/cron": "^2.0.1",
"antd": "5.x",
"cron": "^2.3.1",
"react": "^18.2.0",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@nocobase/actions": "1.x",
"@nocobase/auth": "1.x",
"@nocobase/client": "1.x",
"@nocobase/database": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
"displayName": "Authentication",
"displayName.zh-CN": "用户认证",
"description": "User authentication management, including password, SMS, and support for Single Sign-On (SSO) protocols, with extensibility.",
"description.zh-CN": "用户认证管理包括基础的密码认证、短信认证、SSO 协议的认证等,可扩展。",
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"keywords": [
"Authentication"
]
}