sealday
2ce5e78aa7
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1472
30 lines
875 B
JSON
30 lines
875 B
JSON
{
|
|
"name": "@tachybase/plugin-multi-app-share-collection",
|
|
"displayName": "Multi-app share collection",
|
|
"version": "0.21.84",
|
|
"description": "",
|
|
"keywords": [
|
|
"System management"
|
|
],
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@tachybase/schema": "workspace:*",
|
|
"antd": "5.19.4",
|
|
"lodash": "4.17.21",
|
|
"react": "~18.3.1",
|
|
"react-i18next": "^14.1.2"
|
|
},
|
|
"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": ""
|
|
}
|