aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-05-10 18:57:34 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-05-10 18:57:34 -0400
commit92fdfbeac32a0d2a94214c3efa6ea029896f3b59 (patch)
tree689614a253404054cfe699c68d578419955cf12c /package.json
parentfa3f2d2cd196998bd1d0d09a0c649d7f26500ded (diff)
downloadProject-NewTube-master.tar.gz
Project-NewTube-master.tar.bz2
Project-NewTube-master.zip
Added NuxtJS AuthHEADmaster
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"
}