From 47ea5dd975f7c92b6d1579f23708c6a3a2a0257c Mon Sep 17 00:00:00 2001 From: Taehoon Date: Wed, 29 Mar 2017 14:30:32 +0900 Subject: [PATCH] add missed dependencies for jwt auth --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index c33f7a2e..fb613c2f 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "test": "echo lol" }, "dependencies": { + "@websanova/vue-auth": "^2.8.2-beta", "animate.css": "3.5.2", "animejs": "^2.0.1", "axios": "^0.15.3", @@ -41,6 +42,7 @@ "mdi": "^1.8.36", "plotly.js": "^1.24.2", "vue": "^2.2.2", + "vue-axios": "^2.0.1", "vue-bulma-brace": "^0.1.0", "vue-bulma-breadcrumb": "^1.0.1", "vue-bulma-card": "^1.0.2",