-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.66 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
{
"name": "course",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "drizzle-kit push",
"dbstudio": "drizzle-kit studio"
},
"dependencies": {
"@clerk/nextjs": "^6.11.1",
"@google/generative-ai": "^0.21.0",
"@neondatabase/serverless": "^0.10.4",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.38.2",
"firebase": "^11.3.0",
"framer-motion": "^10.18.0",
"lenis": "^1.1.20",
"lucide-react": "^0.445.0",
"motion": "^12.23.12",
"next": "^15.0.3",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-markdown": "^9.0.3",
"react-youtube": "^10.1.0",
"resend": "^6.0.1",
"scheduler": "^0.25.0",
"sonner": "^2.0.7",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-reconciler": "^0.28.9",
"drizzle-kit": "^0.31.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.7.2"
}
}