-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 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
42
43
44
45
{
"name": "protectedpay",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@rainbow-me/rainbowkit": "^2.2.1",
"@tanstack/react-query": "^5.62.3",
"@web3modal/wagmi": "^5.1.11",
"@zxing/library": "^0.21.3",
"ethers": "^5.7.2",
"framer-motion": "^11.11.15",
"html5-qrcode": "^2.3.8",
"jsqr": "^1.4.0",
"lottie-react": "^2.4.0",
"lucide-react": "^0.468.0",
"next": "14.2.35",
"next-themes": "^0.4.6",
"qrcode.react": "^4.2.0",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.13.1",
"react-qr-code": "^2.0.15",
"viem": "^2.21.54",
"wagmi": "^2.13.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}