First running version

This commit is contained in:
rxf
2023-03-24 13:49:54 +01:00
parent be8d364116
commit d10b274fe0
18 changed files with 1377 additions and 645 deletions
+3 -2
View File
@@ -11,13 +11,14 @@
"www": "./bin/www.js"
},
"dependencies": {
"axios": "^1.3.4",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"express": "^4.18.2",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"pug": "2.0.0-beta11",
"pug": "^3.0.2",
"sass": "^1.58.3"
}
}