mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:37:04 +00:00
33 lines
974 B
JSON
33 lines
974 B
JSON
{
|
|
"name": "@nocobase/plugin-sms-auth",
|
|
"displayName": "Auth: SMS",
|
|
"displayName.zh-CN": "认证:短信",
|
|
"description": "SMS authentication.",
|
|
"description.zh-CN": "通过短信验证码认证身份。",
|
|
"version": "0.21.0-alpha.7",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/auth-sms",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-sms",
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"@formily/react": "2.x",
|
|
"antd": "5.x",
|
|
"react": "18.x",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "0.x",
|
|
"@nocobase/auth": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/plugin-auth": ">=0.17.0-alpha.7",
|
|
"@nocobase/plugin-verification": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"Authentication"
|
|
]
|
|
}
|