forked from DBMS-Project-UniTrack/UniTrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 928 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": "unitrack",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.2",
"bootstrap-icons": "^1.8.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-flash": "0.0.2",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"fastest-validator": "^1.12.0",
"handlebars": "^4.7.7",
"hbs": "^4.2.0",
"http-errors-enhanced": "^1.0.6",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nodemon": "^2.0.15",
"sequelize": "^6.17.0"
}
}