-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "proyecto-modulo-2",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js -e hbs,js,css",
"userSeeds": "node ./bin/users.seeds.js",
"newsSeed": "node ./bin/newsSeed.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tinymce/tinymce-webcomponent": "^2.0.2",
"axios": "^1.6.5",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"bootstrap-icons": "^1.11.2",
"ckeditor": "^4.12.1",
"connect-mongo": "^5.1.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"express-session": "^1.17.3",
"hbs": "^4.2.0",
"http-errors": "^2.0.0",
"mongoose": "^8.0.4",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"node-fetch": "^2.7.0",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.2",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0",
"path": "^0.12.7",
"qrcode": "^1.5.3"
}
}