tachybase_todo/packages/plugins/@tachybase/plugin-multi-app-manager/package.json
sealday e679b0b32e chore(version): release v0.22.7 (#1605)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1605
2024-10-15 23:36:48 +08:00

32 lines
932 B
JSON

{
"name": "@tachybase/plugin-multi-app-manager",
"displayName": "Multi-app manager",
"version": "0.22.7",
"description": "Dynamically create multiple apps without separate deployments.",
"keywords": [
"System management"
],
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"antd": "5.19.4",
"async-mutex": "^0.3.2",
"lodash": "4.17.21",
"mysql2": "^2.3.3",
"pg": "^8.7.3",
"react": "~18.3.1",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.25.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "无需单独部署即可动态创建多个应用。",
"displayName.zh-CN": "多应用管理器"
}