2023-03-13 20:43:57 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-multi-app-share-collection",
|
2023-09-12 22:39:23 +08:00
|
|
|
"displayName": "Multi-app share collection",
|
2024-06-11 12:16:26 +08:00
|
|
|
"version": "0.21.48",
|
2023-09-12 22:39:23 +08:00
|
|
|
"description": "",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"System management"
|
|
|
|
],
|
2023-08-02 00:07:52 +08:00
|
|
|
"main": "./dist/server/index.js",
|
2023-03-13 20:43:57 +08:00
|
|
|
"devDependencies": {
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"lodash": "4.17.21",
|
2024-04-02 18:13:33 +08:00
|
|
|
"react": "~18.2.0",
|
2023-07-08 08:29:33 +08:00
|
|
|
"react-i18next": "^11.15.1"
|
2023-08-02 00:07:52 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
2024-05-24 01:06:06 +08:00
|
|
|
"@tachybase/plugin-collection-manager": "workspace:*",
|
|
|
|
"@tachybase/plugin-error-handler": "workspace:*",
|
2024-05-20 21:39:13 +08:00
|
|
|
"@tachybase/plugin-multi-app-manager": "workspace:*",
|
2024-05-24 01:06:06 +08:00
|
|
|
"@tachybase/plugin-users": "workspace:*",
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2024-05-24 13:06:59 +08:00
|
|
|
"description.zh-CN": ""
|
2023-03-13 20:43:57 +08:00
|
|
|
}
|