-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
47
48
{
"name": "delegate-match",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"deploy": "vercel",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethereum-attestation-service/eas-sdk": "^2.3.0",
"@next/font": "^14.2.6",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@types/lodash": "^4.17.6",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ethers": "^6.13.1",
"frog": "latest",
"graphql-request": "^7.1.0",
"hono": "^4",
"lodash": "^4.17.21",
"lucide-react": "^0.428.0",
"next": "^14.2.5",
"numbro": "^2.5.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.16.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5",
"vercel": "^32.4.1"
}
}