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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user