forked from Reddit-platform-clone/BackEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "nodemon server.js",
"lint": "eslint ."
},
"author": "",
"license": "ISC",
"dependencies": {
"agenda": "^5.0.0",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"cloudinary": "^2.2.0",
"cors": "^2.8.5",
"eslint-plugin-import": "^2.29.1",
"express": "^4.18.3",
"express-fileupload": "^1.5.0",
"express-validator": "^7.0.1",
"faker": "^5.5.3",
"firebase-admin": "^12.1.0",
"i": "^0.3.7",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.5.0",
"mongoose": "^5.13.22",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.0",
"socket.io": "^4.7.5",
"supertest": "^6.3.4",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^5.1.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"jest": "^29.7.0",
"supertest": "^6.3.4"
}
}