-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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": "multichain-donation-v2",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@0xsquid/squid-types": "^0.1.135",
"@axelar-network/axelarjs-sdk": "^0.17.0",
"@hypercerts-org/sdk": "^2.2.0",
"@privy-io/react-auth": "^1.94.0",
"@privy-io/wagmi": "^0.2.13",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.3",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.55.3",
"blo": "^1.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ethers": "^5.7.2",
"gql.tada": "^1.8.10",
"graphql-request": "^7.1.0",
"lucide-react": "^0.453.0",
"mongoose": "^8.8.1",
"next": "^14.2.10",
"permissionless": "^0.2.30",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^8.0.4",
"usehooks-ts": "^2.16.0",
"wagmi": "^2.12.17"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "5.5.2"
}
}