aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorMarvin Borner2018-06-30 23:44:50 +0200
committerMarvin Borner2018-06-30 23:44:50 +0200
commitb1c501e2f239ef6dcbf5e55e403834d793c6a0f6 (patch)
tree4532adc1e40f0da7580132b2a82c67c946a478f3 /package.json
parent70233ba2d306019d415b94e270d3a90672236544 (diff)
Finished websocket integration
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"
}
}