Added socketio, and moment

This commit is contained in:
2024-04-21 12:48:59 +02:00
parent a71f4b55a1
commit 7d181ca315
5 changed files with 6019 additions and 4 deletions
+6 -2
View File
@@ -3,14 +3,18 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "nodemon ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-ws": "^5.0.2",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"
"moment": "^2.30.1",
"morgan": "~1.9.1",
"socket.io": "^4.7.5",
"ws": "^8.16.0"
}
}