From 330fd3336b4c0db5deb10bb3ae10b9b12282a095 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Thu, 16 Aug 2018 11:00:46 +0800 Subject: [PATCH] added laravel-echo and pusher library to frontend --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 33534d51..1f7f1eff 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,10 @@ "element-ui": "^2.4.4", "jquery": "^3.3.1", "js-cookie": "^2.2.0", + "laravel-echo": "^1.4.0", "npm": "^6.0.1", "popper.js": "^1.14.1", + "pusher-js": "^4.3.0", "sweetalert2": "^7.15.1", "vform": "^1.0.0", "vue": "^2.5.16",