-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.97 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": "matters-challenge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"studio": "drizzle-kit studio",
"migrate": "drizzle-kit push:pg",
"generate": "drizzle-kit generate:pg"
},
"dependencies": {
"@helia/unixfs": "^3.0.2",
"@langchain/community": "^0.0.41",
"@langchain/core": "^0.1.49",
"@langchain/openai": "^0.0.22",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tanstack/react-query": "^5.28.6",
"@types/nanoid-dictionary": "^4.2.3",
"@upstash/ratelimit": "^1.0.1",
"@upstash/redis": "^1.29.0",
"@vercel/kv": "^1.0.1",
"axios": "^1.6.8",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.4",
"encoding": "^0.1.13",
"helia": "^4.1.0",
"ipfs-unixfs-exporter": "^13.5.0",
"javascript-time-ago": "^2.5.9",
"langchain": "^0.1.28",
"lucide-react": "^0.359.0",
"nanoid": "^5.0.6",
"nanoid-dictionary": "^4.3.0",
"next": "14.1.4",
"next-axiom": "^1.1.1",
"pg": "^8.11.3",
"pino-pretty": "^11.0.0",
"postgres": "^3.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"svix": "^1.21.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.8.18",
"wagmi": "^2.5.12",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@types/react-highlight-words": "^0.16.7",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.4.3"
}
}