-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.41 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "discover",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/onchainkit": "^0.35.0",
"@hookform/resolvers": "^3.9.1",
"@moralisweb3/next": "^2.26.7",
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^8.16.8",
"@react-three/postprocessing": "^2.16.2",
"@readyplayerme/visage": "^5.2.1",
"@supabase/ssr": "0.3.0",
"@supabase/supabase-js": "^2.43.5",
"@tanstack/react-query": "^5.59.11",
"@web3modal/wagmi": "^5.1.11",
"axios": "^1.7.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ethers": "5.7.2",
"lucide-react": "^0.394.0",
"moralis": "^2.26.7",
"next": "14.2.4",
"next-auth": "^4.24.7",
"pg": "^8.12.0",
"pino": "^9.2.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"react-moralis": "^1.4.2",
"react-toastify": "^10.0.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.167.0",
"uuid": "^10.0.0",
"viem": "^2.21.22",
"wagmi": "^2.12.17",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}