-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 922 Bytes
/
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
{
"name": "eth-bangkok",
"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",
"@privy-io/react-auth": "^1.94.2",
"@waku/message-encryption": "^0.0.32-9f1d8ca.0",
"@waku/sdk": "^0.0.30-9f1d8ca.0",
"@web3-storage/w3up-client": "^16.4.1",
"@worldcoin/idkit": "^1.3.0",
"ethers": "^5.7.2",
"lucide-react": "^0.460.0",
"mongoose": "^8.8.1",
"next": "15.0.3",
"protobufjs": "^7.4.0",
"react": "18",
"react-dom": "18",
"viem": "^2.21.45",
"w3name": "^1.0.8",
"wagmi": "^2.12.33",
"waku-dispatcher": "^0.0.16"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}