-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "legal-brain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@netlify/plugin-nextjs": "^4.37.2",
"@next-auth/upstash-redis-adapter": "^3.0.4",
"@pinecone-database/pinecone": "^0.0.10",
"@prisma/client": "^4.14.1",
"@react-three/drei": "^9.68.6",
"@react-three/fiber": "^8.13.0",
"@tanstack/react-query": "^4.29.7",
"@trpc/client": "^10.27.1",
"@trpc/next": "^10.27.1",
"@trpc/react-query": "^10.27.1",
"@trpc/server": "^10.27.1",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@upstash/redis": "^1.21.0",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"eslint": "8.40.0",
"eslint-config-next": "13.4.3",
"framer-motion": "^10.12.16",
"langchain": "^0.0.90",
"next": "13.4.3",
"next-auth": "^4.22.1",
"openai": "^3.2.1",
"pinecone-client": "^1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^8.0.7",
"react-phone-input-2": "^2.15.1",
"superjson": "^1.12.3",
"three": "^0.152.2",
"tw-elements": "^1.0.0-beta2",
"typescript": "5.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}