mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:20:57 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@nocobase/plugin-verification",
|
|
"displayName": "verification",
|
|
"displayName.zh-CN": "验证码",
|
|
"description": "verification setting.",
|
|
"description.zh-CN": "验证码配置。",
|
|
"version": "0.11.0-alpha.1",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/server/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"README.md",
|
|
"README.zh-CN.md",
|
|
"CHANGELOG.md",
|
|
"server.js",
|
|
"server.d.ts",
|
|
"client.js",
|
|
"client.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"@alicloud/dysmsapi20170525": "2.0.17",
|
|
"@alicloud/openapi-client": "0.4.1",
|
|
"@alicloud/tea-util": "1.4.4",
|
|
"tencentcloud-sdk-nodejs": "^4.0.525"
|
|
},
|
|
"devDependencies": {
|
|
"@formily/antd-v5": "1.1.0-beta.4",
|
|
"@formily/core": "2.2.26",
|
|
"@formily/react": "2.2.26",
|
|
"@formily/shared": "2.2.26",
|
|
"@nocobase/actions": "0.11.0-alpha.1",
|
|
"@nocobase/client": "0.11.0-alpha.1",
|
|
"@nocobase/database": "0.11.0-alpha.1",
|
|
"@nocobase/resourcer": "0.11.0-alpha.1",
|
|
"@nocobase/server": "0.11.0-alpha.1",
|
|
"@nocobase/test": "0.11.0-alpha.1",
|
|
"@nocobase/utils": "0.11.0-alpha.1",
|
|
"antd": "^5.6.4",
|
|
"react": "18.x",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|