aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index ca0b3f2..7b85622 100644
--- a/package.json
+++ b/package.json
@@ -12,17 +12,19 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
- "nuxt": "^2.0.0",
- "@nuxtjs/pwa": "^3.0.0-0"
+ "@nuxtjs/auth": "^4.9.1",
+ "@nuxtjs/axios": "^5.10.3",
+ "@nuxtjs/pwa": "^3.0.0-0",
+ "nuxt": "^2.0.0"
},
"devDependencies": {
- "@nuxtjs/vuetify": "^1.0.0",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
+ "@nuxtjs/vuetify": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
- "eslint-plugin-nuxt": ">=0.4.2",
"eslint-config-prettier": "^6.10.0",
+ "eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
}