-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
40
41
42
43
44
45
46
47
48
{
"name": "mern",
"version": "1.0.0",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node backend/server.js"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.7",
"nodemon": "^3.1.4"
},
"dependencies": {
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.41.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^7.4.0",
"googleapis": "^144.0.0",
"helmet": "^7.1.0",
"i18next": "^23.15.1",
"i18next-fs-backend": "^2.3.2",
"i18next-http-middleware": "^3.6.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.7.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.9.14",
"react-google-recaptcha": "^3.1.0",
"socket.io": "^4.8.0",
"streamifier": "^0.1.1",
"stripe": "^16.8.0"
},
"engines": {
"node": "20.x"
}
}