umami, glitchtip, redis
Some checks failed
Build & Deploy / deploy (push) Failing after 3m45s

This commit is contained in:
2026-01-18 15:37:51 +01:00
parent 619b699f14
commit b05a21350c
29 changed files with 3568 additions and 316 deletions

View File

@@ -1,6 +1,7 @@
{
"dependencies": {
"@react-pdf/renderer": "^4.3.2",
"@sentry/nextjs": "^8.55.0",
"@swc/helpers": "^0.5.18",
"@types/cheerio": "^0.22.35",
"axios": "^1.13.2",
@@ -18,6 +19,7 @@
"pdf-lib": "^1.17.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redis": "^4.7.1",
"resend": "^3.5.0",
"sharp": "^0.34.5",
"svg-to-pdfkit": "^0.1.8",
@@ -33,8 +35,8 @@
"@types/sharp": "^0.31.1",
"@vitest/ui": "^4.0.16",
"autoprefixer": "^10.4.23",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.35",
"postcss": "^8.5.6",
"sass": "^1.97.1",
"tailwindcss": "^4.1.18",
@@ -50,7 +52,7 @@
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test": "vitest run --passWithNoTests",
"pdf:datasheets": "tsx ./scripts/generate-pdf-datasheets.ts",
"pdf:datasheets:legacy": "tsx ./scripts/generate-pdf-datasheets-pdf-lib.ts"
},