-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
79 lines (79 loc) · 2.38 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "zksurfer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@coral-xyz/anchor": "^0.29",
"@dynamic-labs/sdk-react-core": "^2.3.7",
"@dynamic-labs/solana": "^2.3.7",
"@ethersproject/providers": "^5.7.2",
"@metaplex-foundation/mpl-core": "^1.1.1",
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.9.2",
"@project-serum/anchor": "^0.26.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@rainbow-me/rainbowkit": "^2.2.0",
"@react-pdf/renderer": "^4.0.0",
"@serwist/next": "^9.0.7",
"@serwist/sw": "^9.0.7",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.2",
"@tanstack/react-query": "^5.59.15",
"@textea/json-viewer": "^4.0.1",
"@web3-react/core": "^8.2.3",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/metamask": "^8.2.4",
"apify-client": "^2.9.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ethers": "^6.13.4",
"formidable": "^3.5.2",
"houseform": "^1.13.0",
"lucide-react": "^0.453.0",
"next": "14.2.4",
"next-auth": "^4.24.7",
"openai": "^4.59.0",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.6.82",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.3",
"sonner": "^1.7.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.32",
"wagmi": "^2.12.20",
"zod": "^3.24.1",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}