mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:45:10 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
||
"name": "@nocobase/plugin-auth",
|
||
"version": "1.4.0-alpha.8",
|
||
"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"
|
||
]
|
||
}
|