-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·68 lines (68 loc) · 1.81 KB
/
package.json
File metadata and controls
executable file
·68 lines (68 loc) · 1.81 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": "support-docs-ai",
"description": "ask from your documents",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^0.0.25",
"@ai-sdk/openai": "^0.0.36",
"@google/generative-ai": "^0.14.1",
"@langchain/community": "^0.2.18",
"@langchain/google-genai": "^0.0.21",
"@langchain/openai": "^0.2.1",
"@supabase/supabase-js": "^2.44.4",
"@upstash/ratelimit": "^1.2.1",
"@vercel/blob": "^0.23.4",
"@vercel/kv": "^2.0.0",
"ai": "^3.2.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3-dsv": "2",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"lucide-react": "^0.400.0",
"mammoth": "^1.8.0",
"mixpanel-browser": "^2.53.0",
"moment": "^2.30.1",
"next": "14.2.4",
"next-auth": "^4.24.7",
"next-axiom": "^1.3.0",
"officeparser": "^4.1.1",
"ollama-ai-provider": "^0.10.0",
"path": "^0.12.7",
"pdf-parse": "^1.1.1",
"qs": "^6.12.3",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.1",
"remark-parse": "^11.0.0",
"tailwind-merge": "^2.3.0",
"unified": "^11.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@mdx-js/loader": "^3.0.1",
"@types/lodash": "^4.17.6",
"@types/mixpanel-browser": "^2.49.1",
"@types/node": "^20",
"@types/qs": "^6.9.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}