-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "hotelmanage",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.js",
"watch": "node-sass --watch src/resources/scss --output src/public/css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.5",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cloudinary": "^1.35.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"dotenv": "^16.0.3",
"ember-truth-helpers": "^3.1.1",
"express": "^4.18.2",
"express-handlebars": "^7.0.7",
"express-session": "^1.17.3",
"express-validator": "^6.15.0",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.0",
"memory-cache": "^0.2.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mongoose": "^7.0.1",
"mongoose-paginate-v2": "^1.7.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-sass": "^8.0.0",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.21",
"querystring": "^0.2.1",
"session-memory-store": "^1.0.0",
"slugify": "^1.6.6"
}
}