sealday
3872e506a1
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1497
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "@tachybase/plugin-backup-restore",
|
|
"displayName": "App backup & restore",
|
|
"version": "0.21.88",
|
|
"description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.",
|
|
"keywords": [
|
|
"System management"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"@hapi/topo": "^6.0.0",
|
|
"@koa/multer": "^3.0.2",
|
|
"@tachybase/components": "workspace:*",
|
|
"@types/archiver": "^5.3.1",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/lodash": "4.17.5",
|
|
"antd": "5.19.4",
|
|
"archiver": "^5.3.1",
|
|
"content-disposition": "^0.5.4",
|
|
"dayjs": "^1.11.8",
|
|
"decompress": "^4.2.1",
|
|
"file-saver": "^2.0.5",
|
|
"inquirer": "^8.0.0",
|
|
"koa-send": "^5.0.1",
|
|
"lodash": "4.17.21",
|
|
"mkdirp": "^1.0.4",
|
|
"object-path": "^0.11.8",
|
|
"react": "^18.3.1",
|
|
"react-i18next": "^14.1.2",
|
|
"semver": "^7.5.4",
|
|
"tar": "^6.1.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "备份和还原应用,可用于应用的复制、迁移、升级等场景。",
|
|
"displayName.zh-CN": "应用的备份与还原"
|
|
}
|