This repository was archived by the owner on Jul 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.48 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.48 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
{
"name": "mt-learner-starter",
"version": "0.1.0",
"private": true,
"sideEffects": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true next build",
"test": "vitest run",
"clean": "git clean -xdf .cache .turbo dist node_modules",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@agentic/ai-sdk": "^7.6.3",
"@agentic/clearbit": "^7.6.4",
"@agentic/core": "^7.6.3",
"@agentic/jina": "^7.6.3",
"@agentic/stdlib": "^7.6.3",
"@agentic/weather": "^7.6.4",
"@ai-sdk/openai": "^1.3.7",
"@ai-sdk/react": "^1.2.6",
"@date-fns/utc": "^2.1.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.2.1",
"@sentry/nextjs": "^9.11.0",
"@supabase-cache-helpers/postgrest-react-query": "^1.12.1",
"@supabase/postgrest-js": "^1.19.4",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"@t3-oss/env-nextjs": "^0.12.0",
"@tailwindcss/postcss": "^4.1.3",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-form": "^1.7.0",
"@tanstack/react-query": "^5.71.10",
"@tanstack/react-table": "^8.21.2",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.6",
"@vercel/analytics": "^1.5.0",
"@vercel/functions": "^2.0.0",
"@vercel/toolbar": "^0.1.36",
"ai": "^4.3.13",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"debounce": "^2.2.0",
"dompurify": "^3.2.5",
"embla-carousel-react": "^8.6.0",
"es-toolkit": "^1.34.1",
"fast-blurhash": "^1.1.4",
"fast-deep-equal": "^3.1.3",
"fuse.js": "^7.1.0",
"geist": "^1.3.1",
"import-in-the-middle": "^1.13.1",
"input-otp": "^1.4.2",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"lucide-react": "^0.487.0",
"motion": "^12.6.3",
"next": "15.3.4",
"next-themes": "^0.4.6",
"nuqs": "^2.4.1",
"radix-ui": "latest",
"react": "^19.1.0",
"react-day-picker": "^8.10.1",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.55.0",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^10.1.0",
"react-medium-image-zoom": "^5.2.14",
"react-moveable": "^0.56.0",
"react-resizable-panels": "^2.1.7",
"react-svg-spinners": "^0.3.1",
"react-syntax-highlighter": "^15.6.1",
"react-textarea-autosize": "^8.5.9",
"recharts": "^2.15.2",
"remark-gfm": "^4.0.1",
"require-in-the-middle": "^7.5.2",
"server-only": "^0.0.1",
"shiki": "^3.2.1",
"sonner": "^2.0.3",
"supabase": "^2.20.5",
"tailwind-merge": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19",
"use-debounce": "^10.0.4",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"zod": "^3.24.3",
"zustand": "^5.0.3"
},
"overrides": {
"react-is": "^19.1.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@types/lodash": "^4.17.16",
"@types/lodash.merge": "^4.6.9",
"@types/node": "22.14.0",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"jsdom": "^26.0.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"vitest": "^3.1.1"
}
}