-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
49 lines (48 loc) · 1.15 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": "supreme",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js" ,
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"body-parser": "^1.20.3",
"cloudinary": "^1.41.3",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.7",
"easyzoom": "^2.6.0",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"exceljs": "^4.4.0",
"express": "^4.21.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.18.1",
"method-override": "^3.0.0",
"mongoose": "^8.10.1",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.10.0",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"pdfkit": "^0.16.0",
"razorpay": "^2.9.6",
"sharp": "^0.33.5",
"sweetalert2": "^11.17.2",
"uuid": "^11.1.0"
},
"devDependencies": {
"morgan": "^1.10.0",
"nodemon": "^3.1.9"
}
}