tachybase_todo/packages/presets/nocobase/package.json
Dunqing e112a644ea
feat(plugin-calendar): add calendar plugin (#3109)
* feat: init calendar plugin

* feat: move files to plugin

* feat: handle CalendarBlockInitializer in plugin

* feat: add todo

* feat: move collection template to plugin and fix i18n

* chore: update deps

* feat: export genStyleHook

* feat: handle i18n

* chore: remove react-i18next

* docs: update info

* test: move e2e test

* test: move to client

* chore: update version

* fix: merge revert

* fix: merge revert

* fix: missing SchemaSettings.xxx

* test: fix e2e failed

* test: update

* test: fix case failed

* fix: data blocks

* fix: remove provider

* fix: missing CalendarV2

* fix: missing CalendarActionInitializers

* fix: version

* fix: error

* fix: calender block form action should support print

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
2023-12-23 15:16:41 +08:00

75 lines
3.5 KiB
JSON

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