updates
This commit is contained in:
parent
7ceb493a2e
commit
1dd9493c90
@ -1,7 +1,7 @@
|
||||
require('dotenv').config()
|
||||
|
||||
export default {
|
||||
mode: 'spa',
|
||||
ssr: false,
|
||||
/*
|
||||
** Headers of the page
|
||||
*/
|
||||
|
792
package-lock.json
generated
792
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user