-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.17 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
{
"name": "acadmate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.9.0",
"bcryptjs": "^3.0.2",
"date-fns": "^4.1.0",
"framer-motion": "^12.5.0",
"gsap": "^3.12.7",
"html2canvas": "^1.4.1",
"html2canvas-pro": "^1.5.8",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.483.0",
"mongoose": "^8.12.2",
"next": "15.2.3",
"next-auth": "^4.24.11",
"nodemailer": "^6.10.0",
"react": "^19.0.0",
"react-datepicker": "^8.4.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"sonner": "^2.0.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}