-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 899 Bytes
/
package.json
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
{
"name": "nextjs-depression-diagnoser",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^5.18.0",
"axios": "^1.7.3",
"bcrypt": "^5.1.1",
"cookie": "^0.6.0",
"face-api.js": "^0.22.2",
"jsonwebtoken": "^9.0.2",
"next": "14.2.5",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.14",
"react": "^18",
"react-dom": "^18",
"react-speech-recognition": "^3.10.0",
"react-toastify": "^10.0.5",
"react-webcam": "^7.2.0",
"regenerator-runtime": "^0.14.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"encoding": "^0.1.13",
"postcss": "^8",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.1",
"typescript": "5.5.4"
}
}