Browse Source

udpate package.json

DevYK 3 years ago
parent
commit
811e5636db
1 changed files with 9 additions and 2 deletions
  1. 9 2
      package.json

+ 9 - 2
package.json

@@ -9,21 +9,28 @@
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "dependencies": {
+    "crypto-js": "^4.1.1",
     "debug": "^4.1.1",
     "dotenv": "^16.0.0",
-    "ioredis": "^1.7.3",
+    "fernet": "^0.4.0",
+    "ioredis": "^5.0.4",
     "koa": "^2.7.0",
     "koa-bodyparser": "^4.2.1",
     "koa-convert": "^1.2.0",
     "koa-json": "^2.0.2",
     "koa-logger": "^3.2.0",
     "koa-onerror": "^4.1.0",
+    "koa-redis": "^4.0.1",
     "koa-router": "^7.4.0",
     "koa-static": "^5.0.0",
     "koa-views": "^6.2.0",
     "moralis": "^1.5.9",
+    "mysql": "^2.18.1",
+    "pm2": "^5.2.0",
     "pug": "^2.0.3",
-    "urlsafe-base64": "1.0.0"
+    "to": "^0.2.9",
+    "update": "^0.7.4",
+    "urlsafe-base64": "^1.0.0"
   },
   "devDependencies": {
     "nodemon": "^1.19.1"