Update .gitignore to exclude public/uploads; modify nitro.json and latest.json timestamps; add new dependencies in package.json; adjust styles.mjs for error components; enhance PDF generation logic in generate-pdf.post.js; update sample PDF with new content.

This commit is contained in:
Torsten Schulz (local)
2025-10-23 14:26:09 +02:00
parent e029154a8c
commit 28a2d05ab5
10 changed files with 147 additions and 105 deletions

View File

@@ -5,6 +5,8 @@
"private": true,
"dependencies": {
"@babel/parser": "7.28.4",
"@pdf-lib/standard-fonts": "1.0.0",
"@pdf-lib/upng": "1.0.1",
"@vue/compiler-core": "3.5.22",
"@vue/compiler-dom": "3.5.22",
"@vue/compiler-ssr": "3.5.22",
@@ -48,6 +50,8 @@
"multer": "2.0.2",
"nodemailer": "7.0.9",
"object-assign": "4.1.1",
"pako": "1.0.11",
"pdf-lib": "1.17.1",
"perfect-debounce": "2.0.0",
"pinia": "3.0.3",
"readable-stream": "3.6.2",
@@ -56,6 +60,7 @@
"source-map-js": "1.2.1",
"streamsearch": "1.1.0",
"string_decoder": "1.3.0",
"tslib": "1.14.1",
"type-is": "1.6.18",
"typedarray": "0.0.6",
"ufo": "1.6.1",