-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
103 lines (103 loc) · 3.04 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
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
98
99
100
101
102
103
{
"name": "ai-butler",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/backend": "^0.38.3",
"@clerk/nextjs": "^4.29.9",
"@clerk/themes": "^1.7.9",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.4",
"@langchain/openai": "^0.0.22",
"@langchain/pinecone": "^0.0.3",
"@neondatabase/serverless": "^0.9.0",
"@pinecone-database/pinecone": "^2.0.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-table": "^8.16.0",
"@tiptap/extension-text": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@uploadthing/react": "^6.4.0",
"ai": "^3.0.5",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.20.14",
"drizzle-orm": "^0.30.2",
"emoji-picker-react": "^4.9.2",
"eslint-config-prettier": "^9.1.0",
"firebase": "^10.9.0",
"langchain": "^0.1.28",
"lucide-react": "^0.344.0",
"moment": "^2.30.1",
"next": "14.1.2",
"next-themes": "^0.2.1",
"openai": "^4.28.4",
"openai-edge": "^1.2.2",
"pdf-parse": "^1.1.1",
"pg": "^8.11.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.5.3",
"react-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.0",
"react-markdown": "^9.0.1",
"react-pdf": "^7.7.1",
"react-resize-detector": "^10.0.1",
"recharts": "^2.12.3",
"simplebar-react": "^3.2.4",
"socket.io-client": "^4.7.5",
"sonner": "^1.4.3",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.6.0",
"uuid": "^9.0.1",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.2",
"export-to-csv": "^1.2.4",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}