mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:56:00 +00:00
31 lines
861 B
JSON
31 lines
861 B
JSON
{
|
|
"name": "@nocobase/plugin-multi-app-share-collection",
|
|
"displayName": "Multi-app share collection",
|
|
"displayName.zh-CN": "多应用数据表共享",
|
|
"description": "",
|
|
"description.zh-CN": "",
|
|
"version": "1.3.4-beta",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@formily/react": "2.x",
|
|
"antd": "5.x",
|
|
"react": "18.x",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/database": "1.x",
|
|
"@nocobase/plugin-data-source-main": "1.x",
|
|
"@nocobase/plugin-error-handler": "1.x",
|
|
"@nocobase/plugin-multi-app-manager": "1.x",
|
|
"@nocobase/plugin-users": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x",
|
|
"@nocobase/utils": "1.x"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"System management"
|
|
]
|
|
}
|