-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
121 lines (121 loc) · 3.85 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
{
"name": "heytorontofoodie",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@agentic/stdlib": "^6.2.3",
"@ai-sdk/anthropic": "^0.0.27",
"@ai-sdk/openai": "^0.0.34",
"@ai-sdk/react": "^0.0.4",
"@ariakit/react": "^0.4.7",
"@blocknote/core": "^0.12.4",
"@blocknote/react": "^0.12.4",
"@browserbasehq/sdk": "^1.4.2",
"@clerk/nextjs": "^5.0.7",
"@fal-ai/serverless-client": "^0.12.0",
"@hookform/resolvers": "^3.3.4",
"@liveblocks/client": "^1.11.2",
"@liveblocks/react": "^1.11.2",
"@liveblocks/yjs": "^1.11.2",
"@mendable/firecrawl-js": "^0.0.28",
"@prisma/client": "5.13.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.42.0",
"@tabler/icons-react": "^3.10.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"@tiptap/extension-bubble-menu": "^2.3.1",
"@tiptap/extension-character-count": "^2.3.1",
"@tiptap/extension-color": "^2.3.0",
"@tiptap/extension-document": "^2.3.2",
"@tiptap/extension-highlight": "^2.3.1",
"@tiptap/extension-image": "^2.3.2",
"@tiptap/extension-link": "^2.3.2",
"@tiptap/extension-list-item": "^2.3.1",
"@tiptap/extension-paragraph": "^2.3.2",
"@tiptap/extension-text": "^2.3.2",
"@tiptap/extension-text-align": "^2.3.1",
"@tiptap/extension-text-style": "^2.3.0",
"@tiptap/pm": "^2.3.1",
"@tiptap/react": "^2.3.1",
"@tiptap/starter-kit": "^2.3.1",
"@types/react-html-parser": "^2.0.6",
"@uploadthing/react": "^6.5.0",
"@upstash/vector": "^1.1.3",
"@vercel/analytics": "^1.2.2",
"ai": "^3.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"cobe": "^0.6.3",
"fast-check": "^3.17.2",
"framer-motion": "^11.1.9",
"geist": "^1.3.0",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.2.5",
"lucide": "^0.364.0",
"lucide-react": "^0.364.0",
"next": "latest",
"next-themes": "^0.3.0",
"next-view-transitions": "^0.1.0",
"ollama-ai-provider": "^0.9.1",
"openai": "^4.33.1",
"prisma": "^5.13.0",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.3",
"react-html-parser": "^2.0.2",
"react-icons": "^5.0.1",
"react-lite-youtube-embed": "^2.4.0",
"react-markdown": "^9.0.1",
"react-tweet": "^3.2.1",
"sass": "^1.76.0",
"sonner": "^1.4.41",
"svix": "^1.24.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.10.0",
"yjs": "^13.6.14",
"youtube-transcript": "^1.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}