-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.98 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.98 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "interview",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "export NODE_OPTIONS='--max-old-space-size=8192' && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "npx drizzle-kit push",
"db:studio": "npx drizzle-kit studio"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.4.2",
"@aws-sdk/client-s3": "^3.787.0",
"@aws-sdk/s3-request-presigner": "^3.787.0",
"@chakra-ui/react": "^2.8.2",
"@clerk/nextjs": "^5.3.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@google/generative-ai": "^0.16.0",
"@hookform/resolvers": "^3.9.0",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@monaco-editor/react": "^4.6.0",
"@mui/material": "^5.16.6",
"@neondatabase/serverless": "^0.9.5",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^3.0.0",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@stream-io/video-react-sdk": "^1.2.20",
"@tanstack/react-query": "^5.51.23",
"@types/md5": "^2.3.5",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.8",
"ai": "^3.3.5",
"aws-sdk": "^2.1672.0",
"axios": "^1.7.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"crisp-sdk-web": "^1.0.25",
"dompurify": "^3.1.6",
"drizzle-orm": "^0.32.2",
"framed": "^0.1.0",
"framer-motion": "^11.3.23",
"langchain": "^0.2.14",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"lucide-react": "^0.424.0",
"markdown-it": "^14.1.0",
"md5": "^2.3.0",
"moment": "^2.30.1",
"next": "14.2.5",
"next-auth": "^4.24.7",
"nextjs-toploader": "^1.6.12",
"pdf-parse": "^1.1.1",
"pg": "^8.13.3",
"rate-limiter-flexible": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.2",
"react-hook-speech-to-text": "^0.8.0",
"react-hot-toast": "^2.4.1",
"react-webcam": "^7.2.0",
"stream-chat": "^8.37.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"uuidv4": "^6.2.13",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.23.2",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}