-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
72 lines (72 loc) · 2.09 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
{
"name": "web3gpt",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"preview": "next build && next start",
"lint": "biome check {app,lib,components}",
"lint:fix": "biome check --write {app,lib,components}"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "1.0.4",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.61.0",
"@unstoppabledomains/resolution": "^9.3.2",
"@vercel/analytics": "^1.4.1",
"@vercel/kv": "^2.0.0",
"@vercel/og": "^0.6.4",
"ai": "^3.4.30",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next": "^14.2.18",
"next-auth": "5.0.0-beta.19",
"next-themes": "^0.4.3",
"openai": "^4.73.0",
"pinata": "^0.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"react-lottie-player": "^2.1.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.6.1",
"react-textarea-autosize": "^8.5.5",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"server-only": "^0.0.1",
"solc": "0.8.28",
"sonner": "^1.7.0",
"vercel-url": "^0.2.4",
"viem": "^2.21.48",
"wagmi": "^2.13.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher"
]
}