mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:57:34 +00:00
35 lines
943 B
JSON
35 lines
943 B
JSON
{
|
|
"name": "@nocobase/plugin-sms-auth",
|
|
"displayName": "SMS Auth",
|
|
"displayName.zh-CN": "短信登录",
|
|
"description": "SMS authentication function",
|
|
"description.zh-CN": "提供短信登录认证功能。",
|
|
"version": "0.11.1-alpha.3",
|
|
"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"
|
|
],
|
|
"devDependencies": {
|
|
"@formily/react": "2.2.26",
|
|
"@nocobase/actions": "0.11.1-alpha.3",
|
|
"@nocobase/auth": "0.11.1-alpha.3",
|
|
"@nocobase/client": "0.11.1-alpha.3",
|
|
"@nocobase/database": "0.11.1-alpha.3",
|
|
"@nocobase/plugin-auth": "0.11.1-alpha.3",
|
|
"@nocobase/plugin-verification": "0.11.1-alpha.3",
|
|
"@nocobase/server": "0.11.1-alpha.3",
|
|
"@nocobase/test": "0.11.1-alpha.3",
|
|
"antd": "^5.6.4",
|
|
"react": "18.x",
|
|
"react-i18next": "^11.15.1"
|
|
}
|
|
}
|