tachybase_todo/packages/presets/nocobase/package.json
Junyi e3e352ffeb
refactor(sequence-field): move to plugin and use table to record (#1209)
* refactor(sequence-field): move to plugin and use table to record

* fix(database): skip test case which not in core

* fix(plugin-sequence): add migration

* fix(plugin-sequence): fix types

* test(plugin-sequence): fix test cases

* fix(plugin-sequence): fix configuration ui

* fix(plugin-sequence): fix merge

* fix(plugin-sequence): fix schema and error message
2022-12-16 01:04:22 -08:00

43 lines
1.6 KiB
JSON

{
"name": "@nocobase/preset-nocobase",
"version": "0.8.0-alpha.13",
"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.8.0-alpha.13",
"@nocobase/plugin-audit-logs": "0.8.0-alpha.13",
"@nocobase/plugin-china-region": "0.8.0-alpha.13",
"@nocobase/plugin-client": "0.8.0-alpha.13",
"@nocobase/plugin-collection-manager": "0.8.0-alpha.13",
"@nocobase/plugin-error-handler": "0.8.0-alpha.13",
"@nocobase/plugin-export": "0.8.0-alpha.13",
"@nocobase/plugin-file-manager": "0.8.0-alpha.13",
"@nocobase/plugin-oidc": "0.8.0-alpha.13",
"@nocobase/plugin-saml": "0.8.0-alpha.13",
"@nocobase/plugin-import": "0.8.0-alpha.13",
"@nocobase/plugin-sample-hello": "0.8.0-alpha.13",
"@nocobase/plugin-sequence-field": "0.8.0-alpha.13",
"@nocobase/plugin-system-settings": "0.8.0-alpha.13",
"@nocobase/plugin-ui-routes-storage": "0.8.0-alpha.13",
"@nocobase/plugin-ui-schema-storage": "0.8.0-alpha.13",
"@nocobase/plugin-users": "0.8.0-alpha.13",
"@nocobase/plugin-verification": "0.8.0-alpha.13",
"@nocobase/plugin-workflow": "0.8.0-alpha.13",
"@nocobase/plugin-map": "0.8.0-alpha.13",
"@nocobase/server": "0.8.0-alpha.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/presets/nocobase"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}