sealday
3e58c54aa8
Co-authored-by: hello@lv <2256334253@qq.com> Co-authored-by: wjh <wwwjh0710@163.com> Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#719
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "@nocobase/plugin-verification",
|
|
"displayName": "Verification",
|
|
"version": "0.21.24",
|
|
"description": "verification setting.",
|
|
"keywords": [
|
|
"Authentication"
|
|
],
|
|
"homepage": "https://docs.nocobase.com/handbook/verification",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@alicloud/dysmsapi20170525": "2.0.17",
|
|
"@alicloud/openapi-client": "0.4.1",
|
|
"@alicloud/tea-util": "1.4.4",
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"antd": "5.16.1",
|
|
"dayjs": "^1.11.8",
|
|
"react": "~18.2.0",
|
|
"react-i18next": "^11.15.1",
|
|
"tencentcloud-sdk-nodejs": "^4.0.525"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/resourcer": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "验证码配置。",
|
|
"displayName.zh-CN": "验证码",
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/verification"
|
|
}
|