clone init

This commit is contained in:
2026-01-16 21:47:58 +01:00
parent ffbb240a23
commit ce1a73f2bc
160 changed files with 64257 additions and 9 deletions

View File

@@ -6,11 +6,13 @@
"cheerio": "^1.1.2",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"gray-matter": "^4.0.3",
"i18next": "^25.7.3",
"lucide-react": "^0.562.0",
"next": "^14.2.35",
"next-i18next": "^15.4.3",
"next-intl": "^4.6.1",
"next-mdx-remote": "^5.0.0",
"pdf-lib": "^1.17.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@@ -41,8 +43,12 @@
"name": "klz-cables-nextjs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pdf:datasheets": "tsx ./scripts/generate-pdf-datasheets.ts",
"pdf:datasheets:legacy": "tsx ./scripts/generate-pdf-datasheets-pdf-lib.ts"
},
"version": "1.0.0"
}
}