-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.33 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
{
"devDependencies": {
"@babel/preset-typescript": "^7.21.5",
"@prisma/client": "^4.16.2",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.5.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.2.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"prisma": "^4.16.2",
"tsconfig-paths": "^4.2.0",
"winston": "^3.9.0"
},
"dependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/uuid": "^9.0.2",
"@vercel/node": "^2.15.1",
"bcrypt": "^5.1.0",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"ejs": "^3.1.9",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"http-server": "^14.1.1",
"jsonwebtoken": "^9.0.0",
"module-alias": "^2.2.2",
"nodemailer": "^6.9.3",
"redis": "^4.6.7",
"socket.io": "^4.6.2",
"uuid": "^9.0.0",
"vercel": "^30.2.1"
},
"scripts": {
"postinstall": "prisma generate",
"test": "jest",
"start": "nodemon index.ts"
}
}