-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.95 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.95 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "clearfund",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "22.x"
},
"dependencies": {
"@clerk/nextjs": "^6.23.3",
"@headlessui/react": "^2.2.7",
"@openzeppelin/contracts": "^5.4.0",
"@pinata/sdk": "^2.1.0",
"@prisma/client": "^6.4.1",
"@privy-io/react-auth": "^2.0.0",
"@privy-io/wagmi": "^1.0.6",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@rainbow-me/rainbowkit": "^2.2.8",
"@reduxjs/toolkit": "^2.8.2",
"@reown/appkit": "^1.8.2",
"@reown/appkit-wagmi": "^1.0.7",
"@tanstack/react-query": "^5.85.9",
"@vercel/analytics": "^2.0.1",
"@walletconnect/client": "^1.8.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@web3modal/react": "^2.7.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"ethers": "^6.15.0",
"express-session": "^1.18.2",
"firebase": "^12.0.0",
"googleapis": "^153.0.0",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.523.0",
"next": "15.5.12",
"nft.storage": "^7.2.0",
"pg": "^8.20.0",
"pinata": "^2.5.1",
"qrcode": "^1.5.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.7.0",
"tailwind-merge": "^3.3.1",
"viem": "^2.38.6",
"wagmi": "^2.16.9",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.12",
"prisma": "^6.4.1",
"solc": "^0.8.28",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
}
}