This commit is contained in:
Jonathan Baecker 2020-09-11 12:12:12 +02:00
parent 7ceb493a2e
commit 1dd9493c90
3 changed files with 429 additions and 375 deletions

View File

@ -1,7 +1,7 @@
require('dotenv').config()
export default {
mode: 'spa',
ssr: false,
/*
** Headers of the page
*/

792
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,17 +12,17 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.12.1",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/dayjs": "^1.1.9",
"@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.16.0",
"cookie-universal-nuxt": "^2.1.4",
"jwt-decode": "^2.2.0",
"nuxt": "^2.14.3",
"nuxt": "^2.14.5",
"splitpanes": "^2.2.1",
"video.js": "^7.8.4",
"vue-loading-overlay": "^3.3.4",
"vue-loading-overlay": "^3.4.0",
"vue2-perfect-scrollbar": "^1.5.0",
"vuedraggable": "^2.24.1"
},
@ -31,9 +31,9 @@
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint": "^7.8.1",
"eslint-plugin-nuxt": ">=1.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.0"
"sass-loader": "^10.0.2"
}
}