-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.48 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
47
48
49
50
51
52
53
54
{
"name": "segundaentrega-proyectofinal-backend",
"version": "1.0.0",
"description": "* * FreeCVMaker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marilynpb/PrimerEntrega-ProyectoFinal.git"
},
"author": "Gloria Marilyn Perez Boyko",
"license": "ISC",
"bugs": {
"url": "https://github.com/marilynpb/PrimerEntrega-ProyectoFinal/issues"
},
"homepage": "https://github.com/marilynpb/PrimerEntrega-ProyectoFinal#readme",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.5",
"aos": "^2.3.4",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"blob-stream": "^0.1.3",
"connect-flash": "^0.1.1",
"csurf": "^1.11.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"express-pdf": "^1.2.2",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"formidable": "^2.0.1",
"fs-extra": "^11.1.0",
"handlebars": "^4.5.3",
"hbs": "^4.2.0",
"jimp": "^0.16.2",
"jquery": "^3.6.1",
"mongoose": "^6.7.2",
"nodemailer": "^6.9.0",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"path": "^0.12.7",
"pdf-master": "^1.1.0",
"pdfkit": "^0.13.0",
"puppeteer": "^19.4.0",
"puppeteer-core": "^19.4.0",
"random-id": "^1.0.4",
"router": "^1.3.7",
"routes": "^2.1.0"
}
}