wip
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user