Update to home screen and edits to home links

This commit is contained in:
Lucas Patenaude
2024-03-12 03:07:56 -06:00
parent fc33dafee8
commit bda002f484
6 changed files with 11 additions and 9 deletions

View File

@@ -3,13 +3,13 @@
"main": "index.js",
"dependencies": {
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"bcrypt": "^5.1.1",
"body-parser": "1.20.0",
"express-handlebars": "^7.1.2",
"express": "^4.6.1",
"express-handlebars": "^7.1.2",
"express-session": "1.17.3",
"pg-promise": "^10.11.1",
"nodemon": "2.0.20"
"nodemon": "2.0.20",
"pg-promise": "^10.11.1"
},
"scripts": {
"prestart": "npm install",