-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 882 Bytes
/
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
{
"name": "express",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"alert": "^5.0.6",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-fileupload": "^1.2.0",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"fast-csv": "^4.3.5",
"fs": "0.0.1-security",
"html-pdf": "^2.2.0",
"mysql": "^2.18.1",
"node": "^15.2.0",
"nodemailer": "^6.4.16",
"pdfkit": "^0.11.0",
"pdfmake": "^0.1.68",
"phantom": "^6.3.0",
"popups": "^1.1.3"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"scripts": {
"watch": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}