-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.27 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
{
"name": "api_trevel_booking",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.4",
"babel-loader": "^9.1.3",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cookies": "^0.9.1",
"cors": "^2.8.5",
"cron": "^3.1.7",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.2.0",
"fs-extra": "^11.2.0",
"gzip": "^0.1.0",
"i": "^0.3.7",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.9.7",
"newrelic": "^11.19.0",
"node-cron": "^3.0.3",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.13",
"npm": "^10.8.1",
"pdf-lib": "^1.17.1",
"redis": "^4.6.14",
"request-ip": "^3.3.0",
"sequelize": "^6.37.3",
"sharp": "^0.33.4",
"sitemap": "^8.0.0",
"terser-webpack-plugin": "^5.3.10",
"uuid": "^9.0.1",
"webpack-bundle-analyzer": "^4.10.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"webpack-cli": "^5.1.4"
}
}