-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
{
"dependencies": {
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cloudinary": "^1.41.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-handlebars": "^7.1.2",
"express-session": "^1.17.3",
"gridfs-stream": "^1.1.1",
"handlebars-helper": "^0.0.12",
"hbs": "^4.2.0",
"html": "^1.0.0",
"imagekit": "^4.1.4",
"joi": "^17.12.1",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"moment-timezone": "^0.5.45",
"mongodb": "^6.1.0",
"mongoose": "^7.5.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.9",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"puppeteer": "^22.0.0",
"razorpay": "^2.9.2",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.6.13"
},
"name": "athenauem-book-store",
"version": "1.0.0",
"description": "Book store",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --name 'atheneuam'",
"stop": "pm2 stop index.js --name 'atheneuam'",
"reload": "pm2 reload index.js --name 'atheneuam'",
"test": "nodemon index.js"
},
"author": "Rifna",
"license": "ISC"
}