mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-03-03 02:57:01 +00:00
book
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user