-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 936 Bytes
/
package.json
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": "epk.tapped.ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/uuid": "^9.0.6",
"@vercel/analytics": "^1.1.1",
"blob-stream": "^0.1.3",
"firebase": "^10.5.2",
"next": "^14.0.1",
"pdfkit": "^0.13.0",
"qr.js": "^0.0.0",
"react": "^18",
"react-dom": "^18",
"react-qr-code": "^2.0.12",
"satori": "^0.10.9",
"svg-to-pdfkit": "^0.1.8",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/blob-stream": "^0.1.32",
"@types/node": "^20",
"@types/pdfkit": "^0.13.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/svg-to-pdfkit": "^0.1.2",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5.2.2"
}
}