-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "printx-simple",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"postinstall": "mkdir -p public/pdfjs && cp node_modules/pdfjs-dist/build/pdf.worker.min.mjs public/pdfjs/ || true",
"screenshots": "node scripts/take-screenshots.js"
},
"dependencies": {
"@types/formidable": "^3.4.6",
"@types/multer": "^2.0.0",
"@types/qrcode": "^1.5.6",
"@types/uuid": "^10.0.0",
"@vercel/og": "^0.8.5",
"formidable": "^3.5.4",
"googleapis": "^165.0.0",
"multer": "^2.0.2",
"next": "16.0.1",
"pdfjs-dist": "^5.4.394",
"qrcode": "^1.5.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"playwright": "^1.56.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}