-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 848 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
{
"name": "winlock-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.4.1",
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.12.0",
"next": "15.1.3",
"nodemailer": "^6.10.0",
"razorpay": "^2.9.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^11.0.3",
"sass": "^1.83.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"typescript": "^5"
}
}