nocobase/packages/plugins/verification/package.json
2023-09-05 09:01:30 +08:00

34 lines
980 B
JSON

{
"name": "@nocobase/plugin-verification",
"displayName": "verification",
"displayName.zh-CN": "验证码",
"description": "verification setting.",
"description.zh-CN": "验证码配置。",
"version": "0.13.0-alpha.7",
"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",
"@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": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}