-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.05 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
41
{
"name": "guessify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"build:pdfkit": "browserify src/pdfkit-browser-entry.js -o public/pdfkit.bundle.js -t brfs",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@types/pdfkit": "^0.17.3",
"blob-stream": "^0.1.3",
"clsx": "^2.1.1",
"nayuki-qr-code-generator": "^1.8.0",
"next": "^16.0.1",
"next-auth": "^4.24.11",
"pdfkit": "^0.17.2",
"postcss": "^8.5.6",
"qrcode": "^1.5.4",
"radix-ui": "^1.4.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"baseline-browser-mapping": "^2.9.18",
"brfs": "^2.0.2",
"browserify": "^17.0.1",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"tailwindcss": "^4.1.13",
"typescript": "^5"
}
}