forked from trendy-design/llmchat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 3.98 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
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
130
131
{
"name": "llmchat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"generate": "bunx drizzle-kit generate"
},
"dependencies": {
"@electric-sql/pglite": "^0.2.6",
"@electric-sql/pglite-repl": "^0.2.6",
"@hotjar/browser": "^1.0.9",
"@langchain/anthropic": "^0.2.10",
"@langchain/community": "^0.2.1",
"@langchain/core": "^0.1.62",
"@langchain/google-genai": "^0.0.12",
"@langchain/groq": "^0.0.15",
"@langchain/ollama": "^0.0.2",
"@langchain/openai": "^0.0.28",
"@mozilla/readability": "^0.5.0",
"@phosphor-icons/react": "^2.1.5",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@sentry/nextjs": "^8",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "^5.40.0",
"@tiptap/extension-document": "^2.5.5",
"@tiptap/extension-hard-break": "^2.4.0",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-paragraph": "^2.5.5",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/extension-text": "^2.5.5",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@upstash/ratelimit": "^2.0.1",
"@vercel/kv": "^2.0.0",
"avvvatars-react": "^0.4.2",
"axios": "^1.7.2",
"boring-avatars": "^1.10.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"drizzle-orm": "^0.33.0",
"drizzle-zod": "^0.5.1",
"duck-duck-scrape": "^2.2.5",
"embla-carousel-autoplay": "^8.2.1",
"embla-carousel-react": "^8.2.1",
"formik": "^2.4.6",
"framer-motion": "^11.1.9",
"geist": "^1.3.1",
"highlight.js": "^11.9.0",
"idb": "^7.1.1",
"idb-keyval": "^6.2.1",
"js-tiktoken": "^1.0.12",
"jsdom": "^24.1.1",
"langchain": "^0.2.0",
"lodash": "^4.17.21",
"lucide-react": "^0.435.0",
"marked-react": "^2.0.0",
"moment": "^2.30.1",
"nanoid": "^5.0.7",
"next": "14.2.3",
"next-themes": "^0.3.0",
"open-graph-scraper": "^6.5.1",
"openai": "^4.47.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "3.11.174",
"plausible-tracker": "^0.3.9",
"posthog-js": "^1.154.2",
"raw-loader": "^4.0.2",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-github-btn": "^1.4.0",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.0",
"recharts": "^2.12.7",
"selection-popover": "^0.3.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "phosphor-icons/react",
"tailwindcss-animate": "^1.0.7",
"tiptap": "^0.15.0",
"turndown": "^7.2.0",
"vaul": "^0.9.1",
"vector-storage": "^1.0.55",
"zod": "^3.23.8",
"zod-formik-adapter": "^1.3.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/turndown": "^5.0.4",
"@types/uuid": "^10.0.0",
"drizzle-kit": "^0.24.2",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.4",
"postcss": "^8",
"postgres": "^3.4.4",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"yarn": "^1.22.22"
}
}