-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
164 lines (164 loc) · 5.02 KB
/
package.json
File metadata and controls
164 lines (164 loc) · 5.02 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@ai-sdk/google": "^3.0.10",
"@ai-sdk/openai": "^3.0.12",
"@ai-sdk/react": "^3.0.44",
"@aws-sdk/client-s3": "^3.1000.0",
"@aws-sdk/s3-request-presigner": "^3.1000.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.10.0",
"@mantine/hooks": "^7.16.3",
"@neondatabase/serverless": "^1.0.2",
"@radix-ui/react-accordion": "^1.2.8",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@react-email/components": "^0.5.3",
"@react-email/render": "^1.2.3",
"@supabase/supabase-js": "^2.49.4",
"@tabler/icons-react": "^3.35.0",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.21",
"@tiptap/extension-code-block-lowlight": "^3.20.0",
"@tiptap/extension-history": "^3.20.0",
"@tiptap/extension-image": "^3.20.0",
"@tiptap/extension-link": "^3.20.0",
"@tiptap/extension-placeholder": "^3.20.0",
"@tiptap/extension-text-align": "^3.20.0",
"@tiptap/extension-typography": "^3.20.0",
"@tiptap/extension-underline": "^3.20.0",
"@tiptap/extension-youtube": "^3.20.0",
"@tiptap/pm": "^3.20.0",
"@tiptap/react": "^3.20.0",
"@tiptap/starter-kit": "^3.20.0",
"@types/qrcode": "^1.5.5",
"@types/ws": "^8.18.1",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.37.0",
"@xyflow/react": "^12.10.0",
"ai": "^6.0.43",
"axios": "^1.7.9",
"base64-arraybuffer": "^1.0.2",
"bcryptjs": "^2.4.3",
"better-auth": "^1.4.10",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cookies-next": "^5.1.0",
"date-fns": "^4.1.0",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.39.1",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.4.2",
"highlight.js": "^11.11.1",
"input-otp": "^1.4.2",
"isomorphic-dompurify": "^3.8.0",
"jszip": "^3.10.1",
"lenis": "^1.3.3",
"loops": "^5.0.1",
"lowlight": "^3.3.0",
"lucide-react": "^0.562.0",
"moment": "^2.30.1",
"motion": "^12.28.1",
"nanoid": "^5.1.6",
"next": "^16.1.4",
"next-themes": "^0.4.4",
"next-view-transitions": "^0.3.4",
"npm": "^11.4.1",
"nuqs": "^2.3.2",
"openai": "^6.3.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pg": "^8.13.1",
"posthog-js": "^1.266.3",
"posthog-node": "^5.8.6",
"qrcode": "^1.5.4",
"react": "^19.2.3",
"react-day-picker": "8.10.1",
"react-dom": "^19.2.3",
"react-dropzone": "^14.3.8",
"react-easy-crop": "^5.2.0",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.5.0",
"react-joyride": "^2.9.3",
"react-phone-number-input": "^3.4.13",
"react-resizable-panels": "^2.1.7",
"react-textarea-autosize": "^8.5.7",
"react-use-measure": "^2.1.7",
"reading-time": "^1.5.0",
"resend": "^6.0.0",
"sharp": "^0.34.5",
"shiki": "^3.21.0",
"slate": "^0.112.0",
"slate-history": "^0.110.3",
"slate-react": "^0.112.1",
"sonner": "^2.0.7",
"streamdown": "^2.1.0",
"tailwind-merge": "^3.3.1",
"tailwind-scrollbar-hide": "^4.0.0",
"tailwindcss-animate": "^1.0.7",
"tiptap-markdown": "^0.8.10",
"tokenlens": "^1.3.1",
"twilio": "^5.11.1",
"url-metadata": "^4.1.1",
"use-stick-to-bottom": "^1.1.1",
"uuid": "^11.0.5",
"ws": "^8.19.0",
"zod": "^3.24.1"
},
"resolutions": {
"@tiptap/core": "^3.20.0",
"@tiptap/pm": "^3.20.0"
},
"overrides": {
"@tiptap/core": "^3.20.0",
"@tiptap/pm": "^3.20.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcryptjs": "^2.4.6",
"@types/dompurify": "^3.0.5",
"@types/node": "^22.13.10",
"@types/pdf-parse": "^1.1.5",
"@types/pg": "^8.11.11",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/react-grid-layout": "^1.3.5",
"@types/react-resizable": "^3.0.8",
"drizzle-kit": "^0.30.4",
"eslint": "^9",
"eslint-config-next": "^16.1.4",
"postcss": "^8",
"react-resizable": "^3.0.5",
"slate-dom": "^0.117.4",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}