tachybase_todo/packages/presets/nocobase/package.json
Junyi 0e7cb9e5cf
refactor(plugin-workflow): split workflow features into plugins (#3115)
* refactor(plugin-workflow): split manual and dynamic calculation into plugins

* refactor(plugin-workflow): move loop to plugin

* refactor(plugin-workflow): move parallel to plugin

* fix(plugin-dynamic-calculation): fix package title

* fix(plugin-workflow): fix plugin name

* refactor(plugin-workflow): move delay to plugin

* refactor(plugin-workflow): simplify exporting names

* refactor(plugin-workflow): move aggregate to plugin

* refactor(plugin-workflow): move sql to plugin

* refactor(plugin-workflow): move reqeust to plugin

* refactor(plugin-workflow): move form trigger to plugin

* refactor(plugin-workflow): move locale to plugins

* fix(plugin-workflow): fix test cases

* fix(plugin-workflow-request): package name typo

* fix(plugin-workflow): remove clean db from testkit

* fix(plugin-workflow-sql): skip independent case

* fix(plugin-workflow-sql): skip independent case

* fix(plugin-workflow-delay): fix test cases

* test(plugin-workflow-delay): fix test cases

* test(plugin-workflow-delay): fix test cases

* test(plugin-workflow-delay): fix test cases

* test(plugin-workflow-delay): fix test cases

* fix(plugin-workflow): fix migration version matching

* test(plugin-workflow): fix test case

* refactor(plugin-workflow): correct exporting of testkit

* fix(plugin-workflow): fix testkit and require module

* refactor(plugin-workflow): add workflow-test package for testing

* test(plugin-workflow): test weird case

* fix(plugin-workflow-test): remove workflow dependency to avoid cycling

* fix(plugin-workflow): fix migration version

* fix(plugin-workflow): fix migration and packages

* fix(plugin-workflow): fix package dependencies

* fix(preset): fix builtin list in preset

* fix(plugin-workflow): add package entry file

* fix(plugin-workflow): fix migrations

* refactor(plugin-workflow): remove require

* fix(plugin-workflow): fix locale namespace

* fix(plugin-workflow): fix merged errors

* fix(plugin-workflow): fix import cycling references

* refactor(plugin-workflow): change instruction and triggers to classes in client

* fix(plugin-workflow): fix migration version
2023-12-07 05:46:58 -08:00

67 lines
3.1 KiB
JSON

{
"name": "@nocobase/preset-nocobase",
"version": "0.17.0-alpha.3",
"license": "AGPL-3.0",
"main": "./lib/server/index.js",
"dependencies": {
"@formily/json-schema": "2.x",
"@nocobase/plugin-acl": "0.17.0-alpha.3",
"@nocobase/plugin-api-doc": "0.17.0-alpha.3",
"@nocobase/plugin-api-keys": "0.17.0-alpha.3",
"@nocobase/plugin-audit-logs": "0.17.0-alpha.3",
"@nocobase/plugin-auth": "0.17.0-alpha.3",
"@nocobase/plugin-cas": "0.17.0-alpha.3",
"@nocobase/plugin-charts": "0.17.0-alpha.3",
"@nocobase/plugin-china-region": "0.17.0-alpha.3",
"@nocobase/plugin-client": "0.17.0-alpha.3",
"@nocobase/plugin-collection-manager": "0.17.0-alpha.3",
"@nocobase/plugin-custom-request": "0.17.0-alpha.3",
"@nocobase/plugin-data-visualization": "0.17.0-alpha.3",
"@nocobase/plugin-duplicator": "0.17.0-alpha.3",
"@nocobase/plugin-error-handler": "0.17.0-alpha.3",
"@nocobase/plugin-excel-formula-field": "0.17.0-alpha.3",
"@nocobase/plugin-export": "0.17.0-alpha.3",
"@nocobase/plugin-file-manager": "0.17.0-alpha.3",
"@nocobase/plugin-formula-field": "0.17.0-alpha.3",
"@nocobase/plugin-graph-collection-manager": "0.17.0-alpha.3",
"@nocobase/plugin-iframe-block": "0.17.0-alpha.3",
"@nocobase/plugin-import": "0.17.0-alpha.3",
"@nocobase/plugin-localization-management": "0.17.0-alpha.3",
"@nocobase/plugin-map": "0.17.0-alpha.3",
"@nocobase/plugin-math-formula-field": "0.17.0-alpha.3",
"@nocobase/plugin-mobile-client": "0.17.0-alpha.3",
"@nocobase/plugin-multi-app-manager": "0.17.0-alpha.3",
"@nocobase/plugin-multi-app-share-collection": "0.17.0-alpha.3",
"@nocobase/plugin-oidc": "0.17.0-alpha.3",
"@nocobase/plugin-saml": "0.17.0-alpha.3",
"@nocobase/plugin-sample-hello": "0.17.0-alpha.3",
"@nocobase/plugin-sequence-field": "0.17.0-alpha.3",
"@nocobase/plugin-sms-auth": "0.17.0-alpha.3",
"@nocobase/plugin-snapshot-field": "0.17.0-alpha.3",
"@nocobase/plugin-system-settings": "0.17.0-alpha.3",
"@nocobase/plugin-theme-editor": "0.17.0-alpha.3",
"@nocobase/plugin-ui-routes-storage": "0.17.0-alpha.3",
"@nocobase/plugin-ui-schema-storage": "0.17.0-alpha.3",
"@nocobase/plugin-users": "0.17.0-alpha.3",
"@nocobase/plugin-verification": "0.17.0-alpha.3",
"@nocobase/plugin-workflow": "0.17.0-alpha.3",
"@nocobase/plugin-workflow-aggregate": "0.17.0-alpha.3",
"@nocobase/plugin-workflow-delay": "0.17.0-alpha.3",
"@nocobase/plugin-workflow-dynamic-calculation": "0.17.0-alpha.3",
"@nocobase/plugin-workflow-form-trigger": "0.17.0-alpha.3",
"@nocobase/plugin-workflow-loop": "0.17.0-alpha.3",
"@nocobase/plugin-workflow-manual": "0.17.0-alpha.3",
"@nocobase/plugin-workflow-parallel": "0.17.0-alpha.3",
"@nocobase/plugin-workflow-request": "0.17.0-alpha.3",
"@nocobase/plugin-workflow-sql": "0.17.0-alpha.3",
"@nocobase/server": "0.17.0-alpha.3",
"cronstrue": "^2.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/presets/nocobase"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}