2022-08-20 18:06:12 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-verification",
|
2023-09-12 22:39:23 +08:00
|
|
|
"displayName": "Verification",
|
2024-06-13 16:02:04 +08:00
|
|
|
"version": "0.21.54",
|
2023-05-29 11:06:54 +08:00
|
|
|
"description": "verification setting.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"Authentication"
|
|
|
|
],
|
2024-05-23 12:50:54 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
"main": "./dist/server/index.js",
|
|
|
|
"devDependencies": {
|
2022-08-20 18:06:12 +08:00
|
|
|
"@alicloud/dysmsapi20170525": "2.0.17",
|
|
|
|
"@alicloud/openapi-client": "0.4.1",
|
|
|
|
"@alicloud/tea-util": "1.4.4",
|
2024-04-30 02:00:13 +08:00
|
|
|
"@tachybase/components": "workspace:*",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2024-06-13 12:02:01 +08:00
|
|
|
"antd": "5.18.1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"dayjs": "^1.11.8",
|
2024-06-13 04:37:42 +08:00
|
|
|
"react": "~18.3.1",
|
2023-08-02 00:07:52 +08:00
|
|
|
"react-i18next": "^11.15.1",
|
2023-07-07 14:35:22 +08:00
|
|
|
"tencentcloud-sdk-nodejs": "^4.0.525"
|
|
|
|
},
|
2023-08-02 00:07:52 +08:00
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/resourcer": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2022-08-20 18:06:12 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "验证码配置。",
|
2024-05-24 13:06:59 +08:00
|
|
|
"displayName.zh-CN": "验证码"
|
2022-08-20 18:06:12 +08:00
|
|
|
}
|