-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"connect-mongo": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-random-string": "^5.0.0",
"csv": "^6.3.9",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.5",
"exceljs": "^4.4.0",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"express-mongo-sanitize": "^2.2.0",
"express-session": "^1.18.0",
"express-validator": "^7.1.0",
"fs": "^0.0.1-security",
"helmet": "^7.1.0",
"i18n": "^0.15.1",
"iconv-lite": "^0.6.3",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^7.8.0",
"mongoose-autopopulate": "^1.1.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"path": "^0.12.7",
"pdfkit": "^0.15.0",
"transporter": "^0.0.1",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"xss": "^1.0.15",
"xss-clean": "^0.1.4"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^2.0.22"
},
"scripts": {
"start": "nodemon server.js"
}
}