-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 KB
/
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
41
42
43
44
45
46
{
"name": "vanity-service",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3111",
"lint": "next lint"
},
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"@ducanh2912/next-pwa": "^10.2.8",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@types/node": "20.8.0",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@yudiel/react-qr-scanner": "^2.0.8",
"autoprefixer": "10.4.16",
"big-integer": "^1.6.52",
"bitcoinjs-lib": "^6.1.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ecpair": "^2.1.0",
"html5-qrcode": "^2.3.8",
"lucide-react": "^0.378.0",
"next": "^14.2.7",
"next-themes": "^0.3.0",
"postcss": "8.4.31",
"qrcode": "^1.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/qrcode": "^1.5.5"
}
}