tachybase_todo/packages/presets/nocobase/package.json
chenos 05740672a0
feat: multiple apps admin (#1431)
* fix: dynamic routerBase

* fix: start sub app with empty options

* chore: sync options

* fix: sub app create database

* fix: test

* fix: deps

* feat: register app db creator

* feat: default db creator

* feat: app options factory

* chore: api name

* fix: test

* fix: running sub app

* fix: beforeGetApplication hook

* fix: mysql test

* fix: appManager get selector

* chore: callback

---------

Co-authored-by: Chareice <chareice@live.com>
2023-02-14 15:30:58 +08:00

44 lines
1.8 KiB
JSON

{
"name": "@nocobase/preset-nocobase",
"version": "0.9.0-alpha.2",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/plugin-acl": "0.9.0-alpha.2",
"@nocobase/plugin-audit-logs": "0.9.0-alpha.2",
"@nocobase/plugin-china-region": "0.9.0-alpha.2",
"@nocobase/plugin-client": "0.9.0-alpha.2",
"@nocobase/plugin-collection-manager": "0.9.0-alpha.2",
"@nocobase/plugin-duplicator": "0.9.0-alpha.2",
"@nocobase/plugin-error-handler": "0.9.0-alpha.2",
"@nocobase/plugin-excel-formula-field": "0.9.0-alpha.2",
"@nocobase/plugin-export": "0.9.0-alpha.2",
"@nocobase/plugin-file-manager": "0.9.0-alpha.2",
"@nocobase/plugin-graph-collection-manager": "0.9.0-alpha.2",
"@nocobase/plugin-multi-app-manager": "0.9.0-alpha.2",
"@nocobase/plugin-iframe-block": "0.9.0-alpha.2",
"@nocobase/plugin-import": "0.9.0-alpha.2",
"@nocobase/plugin-map": "0.9.0-alpha.2",
"@nocobase/plugin-math-formula-field": "0.9.0-alpha.2",
"@nocobase/plugin-oidc": "0.9.0-alpha.2",
"@nocobase/plugin-saml": "0.9.0-alpha.2",
"@nocobase/plugin-sample-hello": "0.9.0-alpha.2",
"@nocobase/plugin-sequence-field": "0.9.0-alpha.2",
"@nocobase/plugin-snapshot-field": "0.9.0-alpha.2",
"@nocobase/plugin-system-settings": "0.9.0-alpha.2",
"@nocobase/plugin-ui-routes-storage": "0.9.0-alpha.2",
"@nocobase/plugin-ui-schema-storage": "0.9.0-alpha.2",
"@nocobase/plugin-users": "0.9.0-alpha.2",
"@nocobase/plugin-verification": "0.9.0-alpha.2",
"@nocobase/plugin-workflow": "0.9.0-alpha.2",
"@nocobase/server": "0.9.0-alpha.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/presets/nocobase"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}