forked from Markeljan/web3gpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.17 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
{
"name": "w3gpt",
"version": "0.0.3",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"preview": "next build && next start",
"format:check": "bun biome ci {app,lib,components} --organize-imports-enabled false",
"format:write": "bun biome format --write {app,lib,components}"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.36",
"@nanostores/react": "github:ai/react",
"@radix-ui/react-alert-dialog": "1.0.4",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@rainbow-me/rainbowkit": "^2.0.5",
"@tanstack/react-query": "^5.32.0",
"@unstoppabledomains/resolution": "^9.2.2",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"@vercel/og": "^0.6.2",
"ai": "^3.2.22",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"nanoid": "^4.0.2",
"next": "^14.2.3",
"next-auth": "5.0.0-beta.3",
"next-themes": "^0.3.0",
"nft.storage": "^7.1.1",
"openai": "^4.47.1",
"pino-pretty": "^10.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.10.2",
"react-lottie-player": "^2.0.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"solc": "^0.8.26",
"sonner": "^1.4.41",
"vercel": "^34.1.9",
"viem": "^2.10.9",
"wagmi": "^2.9.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
}
}