-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.4 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
{
"name": "NuzulTutorHUb",
"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": {
"@handlebars/allow-prototype-access": "^1.0.5",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"crypto-js": "^4.0.0",
"datatables.net": "^1.10.25",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.1",
"express-mysql-session": "^2.1.6",
"express-session": "^1.17.1",
"express-validator": "^6.11.1",
"file-type": "^16.5.3",
"flash-messenger": "^1.1.1",
"formidable": "^1.2.2",
"fullcalendar": "^5.9.0",
"googleapis": "^80.0.0",
"http": "0.0.1-security",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"multer": "^1.4.2",
"mysql2": "^2.2.5",
"nodemailer": "^6.6.2",
"nodemailer-express-handlebars": "^4.0.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"paypal-rest-sdk": "^1.8.1",
"read-chunk": "^4.0.0",
"sequelize": "^6.6.4",
"socket.io": "^4.1.3",
"sweetalert": "^2.1.2"
}
}