-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.9 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
{
"name": "next-hire-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.7.5",
"@google/generative-ai": "^0.21.0",
"@headlessui/react": "^2.1.2",
"@langchain/community": "^0.3.6",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@types/react-syntax-highlighter": "^15.5.13",
"axios": "^1.7.7",
"chartjs": "^0.3.24",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"convex": "^1.16.6",
"embla-carousel-react": "^8.2.0",
"firebase": "^10.14.1",
"framer-motion": "^11.11.17",
"geist": "^1.3.1",
"langchain": "^0.3.2",
"lucide-react": "^0.453.0",
"markdown-to-txt": "^2.0.1",
"marked": "^14.1.3",
"mini-svg-data-uri": "^1.4.4",
"next": "14.2.15",
"next-themes": "^0.3.0",
"openai": "^4.68.2",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.8.69",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-dropzone": "^14.2.10",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.13.0",
"remove-markdown": "^0.5.5",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}