-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 911 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
39
{
"name": "onyx",
"version": "1.0.0",
"description": "pagina onyx",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "jest"
},
"author": "Dante Pérez",
"license": "MIT",
"dependencies": {
"all": "^0.0.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cookies": "^0.8.0",
"crypto": "^1.0.1",
"csrf": "^3.1.0",
"csurf": "^1.11.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"google-auth-library": "^8.7.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.2.0",
"nodemailer": "^6.9.1",
"passport": "^0.6.0",
"path": "^0.12.7",
"tinymce": "^6.4.2"
},
"devDependencies": {
"jest": "^29.5.0",
"nodemon": "^2.0.22"
}
}