mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-01 14:57:36 +08:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "@nocobase/plugin-multi-app-share-collection",
|
|
"displayName": "Multi-app share collection",
|
|
"displayName.ru-RU": "Совместное использование коллекций приложениями",
|
|
"displayName.zh-CN": "多应用数据表共享",
|
|
"private": true,
|
|
"description": "",
|
|
"description.ru-RU": "Обеспечивает совместное использование коллекций между несколькими приложениями.",
|
|
"description.zh-CN": "",
|
|
"version": "2.1.0-alpha.31",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@formily/react": "2.x",
|
|
"antd": "5.x",
|
|
"react": "18.x",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"nocobase": {
|
|
"deprecated": true
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "2.x",
|
|
"@nocobase/database": "2.x",
|
|
"@nocobase/plugin-data-source-main": "2.x",
|
|
"@nocobase/plugin-error-handler": "2.x",
|
|
"@nocobase/plugin-multi-app-manager": "2.x",
|
|
"@nocobase/plugin-users": "2.x",
|
|
"@nocobase/server": "2.x",
|
|
"@nocobase/test": "2.x",
|
|
"@nocobase/utils": "2.x"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"System management"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|