tachybase_todo/packages/plugins/@tachybase/plugin-verification/package.json
sealday 588a02fedc chore(version): release v0.22.3 (#1556)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1556
2024-09-23 14:51:13 +08:00

35 lines
1018 B
JSON

{
"name": "@tachybase/plugin-verification",
"displayName": "Verification",
"version": "0.22.3",
"description": "verification setting.",
"keywords": [
"Authentication"
],
"license": "Apache-2.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.19.4",
"dayjs": "^1.11.8",
"react": "~18.3.1",
"react-i18next": "^14.1.2",
"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": "验证码"
}