nocobase/packages/plugins/@nocobase/plugin-verification/package.json
2024-02-05 14:37:07 +08:00

39 lines
1.1 KiB
JSON

{
"name": "@nocobase/plugin-verification",
"displayName": "Verification",
"displayName.zh-CN": "验证码",
"description": "verification setting.",
"description.zh-CN": "验证码配置。",
"version": "0.19.0-alpha.5",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/verification",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/verification",
"devDependencies": {
"@alicloud/dysmsapi20170525": "2.0.17",
"@alicloud/openapi-client": "0.4.1",
"@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": "0.x",
"@nocobase/client": "0.x",
"@nocobase/database": "0.x",
"@nocobase/resourcer": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x",
"@nocobase/utils": "0.x"
},
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [
"Third party services"
]
}