tachybase_todo/packages/plugins/@tachybase/plugin-print-template/package.json
yoona 49a8e2e534 feat: printTemplate (#1338)
Co-authored-by: root <root@huan.daoyoucloud.com>
Co-authored-by: sealday <zhanglin@daoyoucloud.com>
Reviewed-on: daoyoucloud/tachybase#1338
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: yoona <1486343814@qq.com>
Co-committed-by: yoona <1486343814@qq.com>
2024-07-17 22:56:41 +08:00

16 lines
357 B
JSON

{
"name": "@tachybase/plugin-print-template",
"version": "0.21.73",
"main": "dist/server/index.js",
"dependencies": {
"docxtemplater": "^3.48.0",
"pizzip": "^3.1.7",
"xml2js": "^0.6.2"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}