-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (34 loc) · 1.2 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"engines": {
"node": "20.9.0"
},
"name": "wanderlust-1",
"version": "1.0.0",
"description": "This is Part-1 of my project . In this part I've created all my hotels and buildings listings including thier data and locations and price and much more.Wanderlust is an airbnb type of website in which we can",
"main": "index.js",
"scripts": {
"build": "build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cloudinary": "^1.21.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.1.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"ejs-mate": "^4.0.0",
"express": "^4.18.2",
"express-session": "^1.18.0",
"joi": "^17.12.1",
"method-override": "^3.0.0",
"mongoose": "^8.1.1",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0"
}
}