-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.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
{
"name": "coursecraft-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"clean:next": "node -e \"const fs=require('fs');fs.rmSync('.next',{recursive:true,force:true});console.log('Cleared .next cache');\"",
"dev:clean": "npm run clean:next && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.10.1",
"@google/generative-ai": "^0.8.0",
"@neondatabase/serverless": "^0.10.4",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.2.6",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.4",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^12.4.10",
"inngest": "^4.2.6",
"isomorphic-dompurify": "^2.26.0",
"lucide-react": "^0.474.0",
"next": "15.1.11",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-flip-toolkit": "^7.2.4",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^1.7.4",
"stripe": "^17.7.0",
"svix": "^1.75.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuidv4": "^6.2.13",
"zod": "^4.3.6"
},
"devDependencies": {
"drizzle-kit": "^0.30.2",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.11",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}