-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "pixelperfect",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"add": "^2.0.6",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"bootstrap-sweetalert": "^1.0.1",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"easyinvoice": "^3.0.32",
"ejs": "^3.1.9",
"exceljs": "^4.4.0",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.2",
"mime-type": "^4.0.0",
"mime-types": "^2.1.35",
"mongodb": "^6.2.0",
"mongoose": "^8.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.1",
"razorpay": "^2.9.2",
"sharp": "^0.33.1",
"slugify": "^1.6.6",
"trim": "^1.0.1",
"yarn": "^1.22.21"
}
}