-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) Β· 4.48 KB
/
package.json
File metadata and controls
129 lines (129 loc) Β· 4.48 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "lib",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:generate": "prisma migrate dev",
"db:migrate": "prisma migrate deploy",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"prettier": "prettier --write ."
},
"dependencies": {
"@ai-sdk/openai": "^2.0.53",
"@auth/prisma-adapter": "^1.6.0",
"@auth/supabase-adapter": "^1.7.1",
"@langchain/core": "^1.0.1",
"@langchain/textsplitters": "^1.0.0",
"@prisma/client": "^5.14.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.46.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.60.6",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-code": "^2.10.2",
"@tiptap/extension-document": "^2.10.0",
"@tiptap/extension-highlight": "^2.10.2",
"@tiptap/extension-link": "^2.10.2",
"@tiptap/extension-ordered-list": "^2.10.0",
"@tiptap/extension-paragraph": "^2.10.0",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-subscript": "^2.10.2",
"@tiptap/extension-superscript": "^2.10.2",
"@tiptap/extension-table": "^2.10.0",
"@tiptap/extension-table-cell": "^2.10.0",
"@tiptap/extension-table-header": "^2.10.0",
"@tiptap/extension-table-row": "^2.10.0",
"@tiptap/extension-text": "^2.10.0",
"@tiptap/extension-typography": "^2.10.0",
"@tiptap/extension-underline": "^2.10.2",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@types/pdf-parse": "^1.1.5",
"ai": "^5.0.78",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.9",
"fs": "^0.0.1-security",
"geist": "^1.3.0",
"groq-sdk": "^0.34.0",
"lucide-react": "^0.456.0",
"mammoth": "^1.11.0",
"motion": "^12.23.24",
"next": "^14.2.4",
"next-auth": "^4.24.8",
"nodemailer": "^6.9.16",
"ollama-ai-provider": "^1.2.0",
"openai": "^6.7.0",
"pdf2json": "^4.0.0",
"react": "^18.3.1",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-pdf-highlighter-extended": "^8.1.0",
"react-resizable-panels": "^2.1.7",
"react-use-draggable-scroll": "^0.4.7",
"remove-markdown": "^0.6.2",
"resend": "^4.0.0",
"server-only": "^0.0.1",
"simple-icons": "^13.14.1",
"streamdown": "^1.4.0",
"striptags": "^3.2.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tesseract.js": "^6.0.1",
"xlsx": "^0.18.5",
"zod": "^3.23.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"postcss": "^8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.14.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.3"
},
"ct3aMetadata": {
"initVersion": "7.37.0"
},
"packageManager": "yarn@1.22.19",
"overrides": {
"react-pdf-highlighter-extended": {
"pdfjs-dist": "4.4.168"
}
},
"resolutions": {
"pdfjs-dist": "4.4.168"
}
}