forked from SaraTahiri/Foody
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.26 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
47
48
49
{
"name": "foody-food-delivery-website",
"version": "1.0.0",
"description": "Arkx's final project, ",
"main": "server.js",
"scripts": {
"test": "/",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/othmanordaski/Foody.git"
},
"author": "Anwar Bahou",
"license": "ISC",
"bugs": {
"url": "https://github.com/othmanordaski/Foody/issues"
},
"homepage": "https://github.com/othmanordaski/Foody#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"bcrypt-nodejs": "^0.0.3",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect-mongo": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"emailjs": "^4.0.3",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"express-rate-limit": "^7.2.0",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"helmet": "^7.1.0",
"helmet-csp": "^3.4.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mongoose": "^8.2.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"sanitize-html": "^2.13.0",
"validator": "^13.11.0",
"winston": "^3.13.0",
"xss": "^1.0.15"
}
}