-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 819 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
{
"name": "folioo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@google/genai": "^1.40.0",
"bcryptjs": "^3.0.3",
"framer-motion": "^12.40.0",
"lucide-react": "^0.563.0",
"mammoth": "^1.11.0",
"mongodb": "^7.1.0",
"mongoose": "^9.1.6",
"next": "16.1.6",
"next-auth": "^4.24.13",
"nodemailer": "^8.0.0",
"pdf-parse": "1.1.1",
"qrcode.react": "^4.2.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-is": "^19.2.4",
"react-toastify": "^11.0.5",
"recharts": "^3.7.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4"
}
}