tachybase_todo/packages/plugins/@tachybase/plugin-print-template/package.json
yoona 932048316c feat: 将word转pdf (#1380)
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1380
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: yoona <1486343814@qq.com>
Co-committed-by: yoona <1486343814@qq.com>
2024-07-25 15:50:35 +08:00

26 lines
625 B
JSON

{
"name": "@tachybase/plugin-print-template",
"version": "0.21.77",
"main": "dist/server/index.js",
"dependencies": {
"@bull-board/api": "^5.21.1",
"@bull-board/koa": "^5.21.1",
"bullmq": "^5.10.3",
"docxtemplater": "^3.48.0",
"koa-bodyparser": "^4.4.1",
"koa-router": "^10.1.1",
"pizzip": "^3.1.7",
"ts-node": "9.1.1",
"typescript": "^5.5.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/koa-router": "^7.4.8"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}