auth.nuxt.js plugin

This commit is contained in:
les
2019-04-26 23:14:43 +02:00
parent eed3896396
commit 3b80dd5f73
20 changed files with 528 additions and 149 deletions

View File

@@ -13,18 +13,22 @@
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/auth": "^4.5.3",
"@nuxtjs/axios": "^5.4.1",
"axios": "^0.18.0",
"bcrypt": "^3.0.5",
"body-parser": "^1.18.3",
"bootstrap-vue": "^2.0.0-rc.16",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"dayjs": "^1.8.11",
"element-ui": "^2.4.11",
"email-templates": "^5.0.4",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"ics": "^2.13.2",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"mastodon-api": "^1.3.0",
"morgan": "^1.9.1",