mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 22:57:21 +00:00
44a70107af
* refactor: plugin manager refactor * refactor: plugin manager keywords * refactor: plugin manager keywords * refactor: disabled plugin support seccend confirm * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * fix: styles * fix: 4 * refactor: plugin manger sort by display name * refactor: plugin manger homepage * refactor: plugin manger keyword --------- Co-authored-by: chenos <chenlinxh@gmail.com>
34 lines
982 B
JSON
34 lines
982 B
JSON
{
|
|
"name": "@nocobase/plugin-sms-auth",
|
|
"displayName": "SMS auth",
|
|
"displayName.zh-CN": "短信认证",
|
|
"description": "SMS authentication for NocoBase",
|
|
"description.zh-CN": "SMS authentication for NocoBase",
|
|
"version": "0.19.0-alpha.5",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/plugins/sms-auth",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/sms-auth",
|
|
"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": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
|
"keywords": [
|
|
"security",
|
|
"users"
|
|
]
|
|
}
|