Index page almost OK. Now work on variant page (main hall...)
[vchess.git] / package.json
index 6209227..4a67cf9 100644 (file)
@@ -7,16 +7,19 @@
   },
   "dependencies": {
     "cookie-parser": "~1.4.3",
-    "debug": "~4.1.0",
+    "debug": "^4.1.1",
     "express": "~4.16.4",
     "http-errors": "~1.7.1",
     "morgan": "~1.9.1",
     "node-sass-middleware": "~0.11.0",
+    "nodemailer": "^5.0.0",
     "pug": "~2.0.3",
+    "sanitize-html": "^1.20.0",
     "serve-favicon": "~2.5.0",
-    "ws": "~6.1.0"
+    "sqlite3": "^4.0.4",
+    "ws": "^6.1.2"
   },
   "devDependencies": {
-    "gulp-nodemon": "~2.4.1"
+    "gulp-nodemon": "^2.4.2"
   }
 }