-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.55 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.55 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
61
{
"name": "inter-v",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"postinstall": "prisma generate",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@google/genai": "^1.19.0",
"@google/generative-ai": "^0.24.1",
"@napi-rs/canvas": "^0.1.82",
"@next-auth/prisma-adapter": "^1.0.7",
"@types/aos": "^3.0.7",
"@types/formidable": "^3.4.6",
"@types/recharts": "^1.8.29",
"@vercel/analytics": "^1.6.1",
"aos": "^2.3.4",
"bcrypt": "5.1.1",
"dotenv": "^17.2.2",
"formidable": "^3.5.4",
"framer-motion": "^12.23.24",
"geist": "^1.5.1",
"html2canvas": "^1.4.1",
"iconsax-react": "^0.0.8",
"install": "^0.13.0",
"jspdf": "^3.0.4",
"lucide-react": "^0.544.0",
"next": "15.5.9",
"next-auth": "^4.24.11",
"nodemailer": "^6.10.1",
"npm": "^11.6.2",
"pdf-parse": "^2.4.5",
"pdfjs-dist": "^5.4.394",
"prisma": "^6.16.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-to-pdf": "^2.0.1",
"react-toastify": "^11.0.5",
"recharts": "^3.3.0",
"swr": "^2.3.6",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^6.0.0",
"@types/node": "^20",
"@types/nodemailer": "^7.0.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/zxcvbn": "^4.4.5",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}