]> git.cworth.org Git - empires-server/blobdiff - package.json
Add some autofocus attributes to several forms
[empires-server] / package.json
index a78e3aa20e83b508bba0dc2ab9ed2212c349dc3d..fc1cdabc3e5bdac3f67d47086c079b6d9bb3b8f2 100644 (file)
@@ -7,5 +7,14 @@
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "author": "",
-  "license": "ISC"
+  "license": "ISC",
+  "dependencies": {
+    "bcrypt": "^4.0.1",
+    "body-parser": "^1.19.0",
+    "cors": "^2.8.5",
+    "express": "^4.17.1",
+    "express-session": "^1.17.1",
+    "nunjucks": "^3.2.1",
+    "prompt-sync": "^4.2.0"
+  }
 }