generated from shadcn-ui/next-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.74 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
{
"name": "aide",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma migrate deploy && prisma generate && next build",
"start": "next start",
"lint": "next lint",
"backend": "cd backend && uvicorn main:app --host 0.0.0.0 --port 8000"
},
"dependencies": {
"@clerk/localizations": "^3.9.13",
"@clerk/nextjs": "^6.9.6",
"@hookform/resolvers": "^3.9.1",
"@monaco-editor/react": "^4.7.0",
"@prisma/client": "^6.4.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.3",
"@supabase/supabase-js": "^2.47.5",
"@tanstack/react-query": "^5.67.1",
"@tanstack/react-query-devtools": "^5.66.11",
"@vercel/speed-insights": "^1.0.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"env-cmd": "^10.1.0",
"framer-motion": "^12.0.3",
"katex": "^0.16.21",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.468.0",
"mongodb": "^6.12.0",
"next": "^15.2.0",
"next-auth": "^4.24.10",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.1",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.4",
"react-rnd": "^10.4.14",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"vaul": "^1.1.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.16.0",
"eslint-config-next": "^15.1.6",
"prisma": "^6.4.1",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}