This commit is contained in:
Fatih Kadir Akın
2026-02-06 11:57:40 +03:00
parent e8db05ee8e
commit 6a983f05e1
91 changed files with 254165 additions and 93 deletions

View File

@@ -22,7 +22,12 @@
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint:mdx": "node scripts/lint-mdx.js"
"lint:mdx": "node scripts/lint-mdx.js",
"book:pdf": "npx tsx scripts/generate-book-pdf.ts",
"book:pdf:all": "npx tsx scripts/generate-book-pdf.ts --all",
"book:pdf:convert": "npx tsx scripts/html-to-pdf.ts",
"book:pdf:print": "npx tsx scripts/generate-book-pdf.ts --print && npx tsx scripts/html-to-pdf.ts --print",
"book:pdf:print:all": "npx tsx scripts/generate-book-pdf.ts --all --print && npx tsx scripts/html-to-pdf.ts --all --print"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.1",
@@ -101,6 +106,7 @@
"jsdom": "^25.0.1",
"picocolors": "^1.1.1",
"prisma": "^6.19.0",
"puppeteer": "^24.37.1",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",