nocobase/packages/plugins/@nocobase/plugin-multi-app-manager/package.json
Zeke Zhang 7534e12029
fix(header): avoid affecting the colours of other menus (#3357)
* fix: avoid affecting the colours of other menus

* Revert "Revert "fix(theme): fix color of header menu (#3354)""

This reverts commit 3a06893463.
2024-01-10 16:52:02 +08:00

31 lines
914 B
JSON

{
"name": "@nocobase/plugin-multi-app-manager",
"displayName": "Multi-app manager",
"displayName.zh-CN": "多应用管理器",
"description": "Dynamically create multiple apps without separate deployments",
"description.zh-CN": "无需单独部署即可动态创建多个应用",
"version": "0.19.0-alpha.3",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@formily/react": "2.x",
"@formily/shared": "2.x",
"antd": "5.x",
"antd-style": "3.x",
"async-mutex": "^0.3.2",
"mysql2": "^2.3.3",
"pg": "^8.7.3",
"react": "18.x",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},
"peerDependencies": {
"@nocobase/client": "0.x",
"@nocobase/database": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x",
"@nocobase/utils": "0.x"
},
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
}