-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 KB
/
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
{
"dependencies": {
"ai71-sdk": "^1.0.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cloudinary": "^2.4.0",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express-fileupload": "^1.5.1",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.8.0",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"pdf-lib": "^1.17.1",
"readline": "^1.3.0",
"redis": "^4.7.0",
"stripe": "^16.5.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"devDependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mongodb": "^6.5.0",
"mongoose": "^5.13.22",
"morgan": "^1.10.0",
"nodemon": "^3.1.4"
}
}