-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 919 Bytes
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
{
"name": "eduflow-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@google/genai": "^2.8.0",
"@supabase/ssr": "^0.10.2",
"@supabase/supabase-js": "^2.103.3",
"jspdf": "^4.2.1",
"lucide-react": "^1.17.0",
"mammoth": "^1.12.0",
"marked": "^18.0.4",
"next": "^16.2.3",
"pdfjs-dist": "^6.0.227",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.6.0",
"resend": "^6.12.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^21.0.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"commitlint": "^21.0.2",
"husky": "^9.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.9.3"
}
}