-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathpackage.json
More file actions
206 lines (206 loc) · 6.65 KB
/
package.json
File metadata and controls
206 lines (206 loc) · 6.65 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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
{
"name": "unocss-next",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "drizzle-kit generate",
"migrate": "drizzle-kit push"
},
"dependencies": {
"@ai-sdk/amazon-bedrock": "1.0.6",
"@ai-sdk/anthropic": "^0.0.39",
"@ai-sdk/cohere": "^1.0.3",
"@ai-sdk/deepseek": "^0.1.3",
"@ai-sdk/google": "^0.0.52",
"@ai-sdk/mistral": "^0.0.43",
"@ai-sdk/openai": "^1.1.2",
"@ai-sdk/provider": "^1.1.3",
"@ai-sdk/provider-utils": "^2.2.8",
"@ai-sdk/ui-utils": "^1.2.11",
"@auth/drizzle-adapter": "^1.8.0",
"@babel/generator": "^7.27.5",
"@babel/parser": "^7.27.7",
"@babel/traverse": "^7.27.7",
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.3.1",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/lang-sass": "^6.0.2",
"@codemirror/lang-vue": "^0.1.3",
"@codemirror/lang-wast": "^6.0.2",
"@codemirror/language": "^6.10.6",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.35.0",
"@headlessui/react": "^2.2.0",
"@iconify-json/svg-spinners": "^1.2.1",
"@langchain/anthropic": "^0.3.20",
"@langchain/core": "^0.3.56",
"@langchain/google-genai": "^0.2.9",
"@langchain/langgraph": "^0.2.72",
"@langchain/langgraph-sdk": "^0.0.76",
"@langchain/openai": "^0.5.10",
"@lezer/highlight": "^1.2.1",
"@mendable/firecrawl-js": "^1.22.1",
"@nanostores/react": "^0.7.3",
"@neondatabase/serverless": "^0.10.4",
"@next/third-parties": "^15.5.5",
"@octokit/rest": "^21.0.2",
"@octokit/types": "^13.6.2",
"@openrouter/ai-sdk-provider": "^0.0.5",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-menubar": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.14",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.1.4",
"@remix-run/cloudflare": "^2.15.2",
"@remix-run/cloudflare-pages": "^2.15.2",
"@remix-run/node": "^2.15.2",
"@supabase/supabase-js": "^2.49.4",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-color": "^3.0.13",
"@uiw/codemirror-theme-vscode": "^4.23.6",
"@vercel/blob": "^1.0.2",
"@webcontainer/api": "1.3.0-internal.10",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"ai": "^4.1.15",
"chalk": "^5.4.1",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.1.1",
"creem": "^0.3.37",
"date-fns": "^3.6.0",
"diff": "^5.2.0",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.40.0",
"embla-carousel-react": "^8.6.0",
"fflate": "^0.8.2",
"file-saver": "^2.0.5",
"framer-motion": "^11.12.0",
"ignore": "^6.0.2",
"input-otp": "^1.4.2",
"isbot": "^4.4.0",
"isomorphic-git": "^1.27.2",
"istextorbinary": "^9.5.0",
"jose": "^5.9.6",
"js-cookie": "^3.0.5",
"json-schema": "^0.4.0",
"jspdf": "^2.5.2",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"lucide-react": "^0.514.0",
"nanoid": "^5.1.2",
"nanostores": "^0.10.3",
"next": "15.2.3",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.6",
"ollama-ai-provider": "^0.15.2",
"pako": "^2.1.0",
"path-browserify": "^1.0.1",
"postgres": "^3.4.5",
"react": "^19.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.3.0",
"react-color": "^2.19.3",
"react-day-picker": "^9.8.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.60.0",
"react-hotkeys-hook": "^4.6.1",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.7",
"react-toastify": "^10.0.6",
"recharts": "^3.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"remix-island": "^0.2.0",
"remix-utils": "^7.7.0",
"sharp": "^0.34.2",
"shiki": "^1.24.0",
"sonner": "^2.0.6",
"swr": "^2.3.3",
"tailwind-merge": "^2.2.1",
"tar-stream": "^3.1.7",
"throttleit": "^2.1.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"util": "^0.12.5",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"zlib": "^1.0.5",
"zod-to-json-schema": "^3.24.5",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/types": "^7.27.7",
"@eslint/eslintrc": "^3.3.0",
"@iconify-json/lucide": "^1.2.29",
"@iconify-json/ph": "^1.2.2",
"@iconify/types": "^2.0.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.16",
"@types/babel__generator": "^7.27.0",
"@types/babel__traverse": "^7.20.7",
"@types/diff": "^7.0.1",
"@types/dom-speech-recognition": "^0.0.4",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/json-schema": "^7.0.15",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.10",
"@types/pako": "^2.0.3",
"@types/path-browserify": "^1.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/tar-stream": "^3.1.4",
"autoprefixer": "^10.4.21",
"drizzle-kit": "^0.30.5",
"eslint": "^9.22.0",
"eslint-config-next": "15.2.0",
"fast-glob": "^3.3.3",
"sass": "^1.80.3",
"tailwindcss": "^4.1.11",
"typescript": "5.2.2",
"undici": "^7.9.0",
"zod": "^3.24.1"
}
}