1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +00:00

Added middleware to serve static files, and parse incoming bodies

This commit is contained in:
2022-01-23 23:32:37 +00:00
parent c191d74431
commit fb419c3692
3 changed files with 70 additions and 2 deletions

View File

@@ -20,10 +20,13 @@
"homepage": "https://github.com/matt-fidd/stratos#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"express": "^4.17.2",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"mysql2": "^2.3.3"
"mysql2": "^2.3.3",
"serve-favicon": "^2.5.0",
"serve-static": "^1.14.2"
},
"devDependencies": {
"eslint": "^8.6.0",