aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index ff3e661..6f13bdd 100755
--- a/package.json
+++ b/package.json
@@ -20,7 +20,13 @@
"vue": "^2.5.7"
},
"dependencies": {
+ "express": "^4.16.3",
+ "jquery-migrate": "^3.0.1",
"laravel-echo": "^1.4.0",
- "pusher-js": "^4.2.2"
+ "redis": "^2.8.0",
+ "socket.io": "^2.1.1",
+ "socket.io-client": "^2.1.1",
+ "sqlite3": "^4.0.1",
+ "ws": "^5.2.1"
}
}