mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:26:47 +00:00
26 lines
704 B
JSON
26 lines
704 B
JSON
{
|
|
"name": "@nocobase/plugin-sms-auth",
|
|
"displayName": "SMS auth",
|
|
"displayName.zh-CN": "短信登录",
|
|
"description": "SMS authentication function",
|
|
"description.zh-CN": "提供短信登录认证功能",
|
|
"version": "0.12.0-alpha.3",
|
|
"main": "./dist/server/index.js",
|
|
"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.x",
|
|
"@nocobase/plugin-verification": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
}
|
|
}
|