This commit is contained in:
2026-01-14 18:02:47 +01:00
parent 2c41f5619b
commit 558bcbd946
68 changed files with 5490 additions and 4032 deletions

View File

@@ -7,6 +7,10 @@
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint .",
"lint:pdf": "eslint \"scripts/pdf/**/*.{ts,tsx}\" scripts/generate-pdf-datasheets.ts --no-ignore --max-warnings=0",
"pdf:datasheets": "tsx ./scripts/generate-pdf-datasheets.ts",
"pdf:datasheets:legacy": "tsx ./scripts/generate-pdf-datasheets-pdf-lib.ts",
"data:export": "node scripts/wordpress-export.js",
"data:process": "node scripts/process-data.js",
"data:analyze": "node scripts/analyze-export.js",
@@ -51,6 +55,7 @@
"postcss": "^8.5.6",
"sass": "^1.97.1",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.7.2",
"vitest": "^4.0.16"
}