tachybase_todo/packages/presets/base/package.json
sealday 3872e506a1 chore(version): release v0.21.88 (#1497)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1497
2024-08-29 17:25:45 +08:00

65 lines
2.8 KiB
JSON

{
"name": "@tachybase/preset-tachybase",
"version": "0.21.88",
"license": "Apache-2.0",
"main": "./lib/server/index.js",
"dependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/plugin-acl": "workspace:*",
"@tachybase/plugin-action-bulk-edit": "workspace:*",
"@tachybase/plugin-action-bulk-update": "workspace:*",
"@tachybase/plugin-action-duplicate": "workspace:*",
"@tachybase/plugin-action-print": "workspace:*",
"@tachybase/plugin-adapter-bullmq": "workspace:*",
"@tachybase/plugin-api-doc": "workspace:*",
"@tachybase/plugin-api-keys": "workspace:*",
"@tachybase/plugin-audit-logs": "workspace:*",
"@tachybase/plugin-auth": "workspace:*",
"@tachybase/plugin-backup-restore": "workspace:*",
"@tachybase/plugin-calendar": "workspace:*",
"@tachybase/plugin-cas": "workspace:*",
"@tachybase/plugin-china-region": "workspace:*",
"@tachybase/plugin-client": "workspace:*",
"@tachybase/plugin-collection-manager": "workspace:*",
"@tachybase/plugin-custom-request": "workspace:*",
"@tachybase/plugin-data-source-manager": "workspace:*",
"@tachybase/plugin-data-visualization": "workspace:*",
"@tachybase/plugin-dingtalk": "workspace:*",
"@tachybase/plugin-error-handler": "workspace:*",
"@tachybase/plugin-export": "workspace:*",
"@tachybase/plugin-file-manager": "workspace:*",
"@tachybase/plugin-formula-field": "workspace:*",
"@tachybase/plugin-gantt": "workspace:*",
"@tachybase/plugin-graph-collection-manager": "workspace:*",
"@tachybase/plugin-iframe-block": "workspace:*",
"@tachybase/plugin-import": "workspace:*",
"@tachybase/plugin-kanban": "workspace:*",
"@tachybase/plugin-localization-management": "workspace:*",
"@tachybase/plugin-logger": "workspace:*",
"@tachybase/plugin-map": "workspace:*",
"@tachybase/plugin-mobile-client": "workspace:*",
"@tachybase/plugin-mock-collections": "workspace:*",
"@tachybase/plugin-multi-app-manager": "workspace:*",
"@tachybase/plugin-multi-app-share-collection": "workspace:*",
"@tachybase/plugin-oidc": "workspace:*",
"@tachybase/plugin-saml": "workspace:*",
"@tachybase/plugin-sequence-field": "workspace:*",
"@tachybase/plugin-sms-auth": "workspace:*",
"@tachybase/plugin-snapshot-field": "workspace:*",
"@tachybase/plugin-system-settings": "workspace:*",
"@tachybase/plugin-theme-editor": "workspace:*",
"@tachybase/plugin-ui-schema-storage": "workspace:*",
"@tachybase/plugin-users": "workspace:*",
"@tachybase/plugin-verification": "workspace:*",
"@tachybase/plugin-work-wechat": "workspace:*",
"@tachybase/plugin-workflow": "workspace:*",
"@tachybase/schema": "workspace:*",
"@tachybase/server": "workspace:*",
"cronstrue": "^2.11.0",
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.5"
}
}