tachybase_todo/packages/plugins/@tachybase/plugin-multi-app-share-collection/package.json
sealday 19f285c16a chore: upgrade to antd-5.18, formily 2.3.1 (#1172)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1172
2024-06-13 04:37:42 +08:00

30 lines
876 B
JSON

{
"name": "@tachybase/plugin-multi-app-share-collection",
"displayName": "Multi-app share collection",
"version": "0.21.52",
"description": "",
"keywords": [
"System management"
],
"main": "./dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"antd": "5.18.0",
"lodash": "4.17.21",
"react": "~18.3.1",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-collection-manager": "workspace:*",
"@tachybase/plugin-error-handler": "workspace:*",
"@tachybase/plugin-multi-app-manager": "workspace:*",
"@tachybase/plugin-users": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": ""
}