mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
||
"name": "@nocobase/plugin-verification",
|
||
"displayName": "Verification",
|
||
"displayName.zh-CN": "验证",
|
||
"description": "User identity verification management, including SMS, TOTP authenticator, with extensibility.",
|
||
"description.zh-CN": "用户身份验证管理,包含短信、TOTP 认证器等,可扩展。",
|
||
"version": "1.7.0-beta.18",
|
||
"license": "AGPL-3.0",
|
||
"main": "./dist/server/index.js",
|
||
"homepage": "https://docs.nocobase.com/handbook/verification",
|
||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/verification",
|
||
"devDependencies": {
|
||
"@alicloud/dysmsapi20170525": "2.0.17",
|
||
"@alicloud/openapi-client": "0.4.12",
|
||
"@alicloud/tea-util": "1.4.4",
|
||
"@formily/antd-v5": "1.x",
|
||
"@formily/core": "2.x",
|
||
"@formily/react": "2.x",
|
||
"@formily/shared": "2.x",
|
||
"antd": "5.x",
|
||
"react": "18.x",
|
||
"react-i18next": "^11.15.1",
|
||
"tencentcloud-sdk-nodejs": "^4.0.525"
|
||
},
|
||
"peerDependencies": {
|
||
"@nocobase/actions": "1.x",
|
||
"@nocobase/client": "1.x",
|
||
"@nocobase/database": "1.x",
|
||
"@nocobase/resourcer": "1.x",
|
||
"@nocobase/server": "1.x",
|
||
"@nocobase/test": "1.x",
|
||
"@nocobase/utils": "1.x"
|
||
},
|
||
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
||
"keywords": [
|
||
"Authentication",
|
||
"Verification",
|
||
"Security"
|
||
]
|
||
}
|