-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 951 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
{
"name": "hackacademy_ejemplo_mvc_sequelize",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "Hack Academy",
"license": "ISC",
"dependencies": {
"@supabase/supabase-js": "^1.35.6",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"date-fns": "^2.29.2",
"dotenv": "^10.0.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-flash": "^0.0.2",
"express-flash-message": "^2.1.0",
"express-jwt": "^7.7.5",
"express-session": "^1.17.3",
"formidable": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^6.5.4",
"slugify": "^1.6.5",
"sqlite3": "^5.0.8",
"sweetalert2": "^11.4.32"
},
"description": "Hack Academy - Ejemplo de MVC y Sequelize",
"devDependencies": {
"@faker-js/faker": "^6.3.1"
}
}