salix/print/package.json

35 lines
819 B
JSON
Raw Normal View History

2019-01-22 08:55:35 +00:00
{
"name": "vn-print",
"version": "2.0.0",
"description": "Print service",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.verdnatura.es/salix"
},
"license": "GPL-3.0",
2024-02-02 08:49:39 +00:00
"packageManager": "pnpm@8.15.1",
2019-01-22 08:55:35 +00:00
"dependencies": {
2024-02-02 08:49:39 +00:00
"express": "4.14.0",
2019-01-22 08:55:35 +00:00
"fs-extra": "^7.0.1",
2019-10-31 11:43:04 +00:00
"intl": "^1.2.5",
2019-10-29 06:46:44 +00:00
"js-yaml": "^3.13.1",
"jsbarcode": "^3.11.5",
2019-10-31 11:43:04 +00:00
"juice": "^5.2.0",
2022-10-19 12:30:36 +00:00
"log4js": "^6.7.0",
2019-10-31 11:43:04 +00:00
"mysql2": "^1.7.0",
2019-01-22 08:55:35 +00:00
"nodemailer": "^4.7.0",
2024-03-06 07:58:30 +00:00
"puppeteer": "^22.4.0",
2022-10-19 12:30:36 +00:00
"puppeteer-cluster": "^0.23.0",
"qrcode": "^1.4.2",
"strftime": "^0.10.0",
2019-10-31 11:43:04 +00:00
"vue": "^2.6.10",
"vue-i18n": "^8.15.0",
"vue-server-renderer": "^2.6.10",
"xmldom": "^0.6.0"
2019-01-22 08:55:35 +00:00
}
}