tachybase_todo/packages/presets/nocobase/package.json
Junyi 7e6a394f73
feat(plugin-verification): add plugin-verification and phone for users (#722)
* feat(plugin-verification): add plugin-verification and phone for users

* feat(plugin-verification): add env example

* fix(plugin-verification): fix locales

* fix(plugin-verification): remove sending comment

* fix(plugin-verification): fix i18n

* refactor(plugin-verification): move invalid error message to action

* fix(plugin-verification): add field migration

* chore(plugin-verification): update packages version

* test(plugin-verification): temp remove new package dependency

* refactor(plugin-verification): make sms authentication configurable in system settings

* fix: smsAuthEnabled

* feat: update preset-nocobase

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-08-20 18:06:12 +08:00

37 lines
1.3 KiB
JSON

{
"name": "@nocobase/preset-nocobase",
"version": "0.7.4-alpha.7",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/plugin-acl": "0.7.4-alpha.7",
"@nocobase/plugin-audit-logs": "0.7.4-alpha.7",
"@nocobase/plugin-china-region": "0.7.4-alpha.7",
"@nocobase/plugin-client": "0.7.4-alpha.7",
"@nocobase/plugin-collection-manager": "0.7.4-alpha.7",
"@nocobase/plugin-error-handler": "0.7.4-alpha.7",
"@nocobase/plugin-export": "0.7.4-alpha.7",
"@nocobase/plugin-file-manager": "0.7.4-alpha.7",
"@nocobase/plugin-system-settings": "0.7.4-alpha.7",
"@nocobase/plugin-ui-routes-storage": "0.7.4-alpha.7",
"@nocobase/plugin-ui-schema-storage": "0.7.4-alpha.7",
"@nocobase/plugin-users": "0.7.4-alpha.7",
"@nocobase/plugin-verification": "0.7.4-alpha.7",
"@nocobase/plugin-workflow": "0.7.4-alpha.7",
"@nocobase/server": "0.7.4-alpha.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/presets/nocobase"
},
"gitHead": "b17d1ecae5dd0b9d4e7170dcf9663bb225598990"
}