-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 886 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
{
"name": "project2",
"version": "1.0.0",
"description": "[MyLittleWebshop.pdf](https://github.com/kristiyantefov/Project2/files/11401625/MyLittleWebshop.pdf)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js",
"seed": "node seeds/seed.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"compression": "^1.7.4",
"connect-session-sequelize": "^7.1.6",
"cookie-parser": "^1.4.6",
"dotenv": "^8.2.0",
"express": "^4.18.2",
"express-handlebars": "^7.0.7",
"express-session": "^1.17.3",
"express-sessions": "^1.0.1",
"heroku": "^7.3.0",
"jsonwebtoken": "^9.0.0",
"mysql2": "^2.2.1",
"sequelize": "^6.3.5",
"serve-favicon": "^2.5.0",
"stripe": "^12.5.0"
}
}