This commit is contained in:
jb-alvarado 2021-01-28 18:19:48 +01:00
parent 467eb7cbcf
commit 2790b14224
2 changed files with 836 additions and 719 deletions

1539
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,14 +12,14 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ." "lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
}, },
"dependencies": { "dependencies": {
"@nuxtjs/axios": "^5.12.3", "@nuxtjs/axios": "^5.12.5",
"@nuxtjs/dayjs": "^1.2.1", "@nuxtjs/dayjs": "^1.3.0",
"@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^4.5.3", "bootstrap": "^4.6.0",
"bootstrap-vue": "^2.20.1", "bootstrap-vue": "^2.21.2",
"cookie-universal-nuxt": "^2.1.4", "cookie-universal-nuxt": "^2.1.4",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"nuxt": "^2.14.9", "nuxt": "^2.14.12",
"splitpanes": "^2.3.6", "splitpanes": "^2.3.6",
"video.js": "^7.10.2", "video.js": "^7.10.2",
"vue-loading-overlay": "^3.4.2", "vue-loading-overlay": "^3.4.2",
@ -28,12 +28,12 @@
}, },
"devDependencies": { "devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0", "@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.1", "@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/style-resources": "^1.0.0", "@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"eslint": "^7.14.0", "eslint": "^7.18.0",
"eslint-plugin-nuxt": ">=2.0.0", "eslint-plugin-nuxt": ">=2.0.0",
"node-sass": "^5.0.0", "node-sass": "^5.0.0",
"sass-loader": "^10.1.0" "sass-loader": "^10.1.1"
} }
} }