-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"name": "wrapped-onchain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start"
},
"dependencies": {
"@coinbase/wallet-sdk": "^4.3.7",
"@covalenthq/client-sdk": "^2.3.7",
"@farcaster/frame-sdk": "^0.1.12",
"@gemini-wallet/core": "^0.3.2",
"@heroicons/react": "^2.2.0",
"@metamask/sdk": "^0.33.1",
"@reown/appkit": "^1.8.15",
"@reown/appkit-adapter-wagmi": "^1.8.15",
"@resvg/resvg-js": "^2.6.2",
"@tanstack/react-query": "^5.90.12",
"@walletconnect/ethereum-provider": "^2.21.10",
"axios": "^1.13.2",
"canvas-confetti": "^1.9.4",
"clsx": "^2.1.1",
"framer-motion": "^12.23.26",
"html-to-image": "^1.11.13",
"next": "16.0.8",
"pinata": "^2.5.1",
"porto": "^0.2.37",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-icons": "^5.5.0",
"satori": "^0.18.3",
"tailwind-merge": "^3.4.0",
"viem": "^2.41.2",
"wagmi": "^3.1.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}