-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 940 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
39
{
"name": "identity-tech-challenge",
"version": "0.1.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^5.20.0",
"@react-email/components": "^0.0.25",
"@react-email/render": "^1.0.1",
"@upstash/ratelimit": "^2.0.3",
"@upstash/redis": "^1.34.3",
"bcrypt": "^5.1.1",
"cookie": "^1.0.1",
"cookies-next": "^4.3.0",
"jsonwebtoken": "^9.0.2",
"next": "14.2.4",
"nodemailer": "^6.9.15",
"react": "^18",
"react-dom": "^18",
"react-email": "^3.0.1",
"react-icons": "^5.3.0",
"react-toastify": "^10.0.6",
"resend": "^4.0.0",
"winston": "^3.15.0"
},
"devDependencies": {
"@types/react": "18.3.11",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"prisma": "^5.20.0",
"sass": "^1.79.5"
}
}