update packages, remove dotenv
This commit is contained in:
parent
ceeb44b882
commit
645468509b
@ -14,7 +14,7 @@
|
||||
<script>
|
||||
/* eslint-disable camelcase */
|
||||
import videojs from 'video.js'
|
||||
require('video.js/dist/video-js.css')
|
||||
import 'video.js/dist/video-js.css'
|
||||
|
||||
export default {
|
||||
name: 'VideoPlayer',
|
||||
|
@ -56,13 +56,6 @@ export default {
|
||||
{ src: '~plugins/draggable.js', ssr: false },
|
||||
{ src: '~plugins/lodash.js', ssr: false }
|
||||
],
|
||||
/*
|
||||
** Nuxt.js dev-modules
|
||||
*/
|
||||
buildModules: [
|
||||
// Doc: https://github.com/nuxt-community/eslint-module
|
||||
'@nuxtjs/eslint-module'
|
||||
],
|
||||
/*
|
||||
** Nuxt.js modules
|
||||
*/
|
||||
@ -71,8 +64,8 @@ export default {
|
||||
'bootstrap-vue/nuxt',
|
||||
'@nuxtjs/axios',
|
||||
'@nuxtjs/dayjs',
|
||||
'@nuxtjs/eslint-module',
|
||||
'@nuxtjs/style-resources',
|
||||
'@nuxtjs/dotenv',
|
||||
'cookie-universal-nuxt'
|
||||
],
|
||||
|
||||
|
34
package-lock.json
generated
34
package-lock.json
generated
@ -10,13 +10,12 @@
|
||||
"dependencies": {
|
||||
"@nuxtjs/axios": "^5.13.6",
|
||||
"@nuxtjs/dayjs": "^1.4.1",
|
||||
"@nuxtjs/dotenv": "^1.4.1",
|
||||
"bootstrap": "^4.6.2",
|
||||
"bootstrap-vue": "^2.23.1",
|
||||
"cookie-universal-nuxt": "^2.2.2",
|
||||
"jwt-decode": "^3.1.2",
|
||||
"lodash": "^4.17.21",
|
||||
"mpegts.js": "^1.6.10",
|
||||
"mpegts.js": "^1.7.1",
|
||||
"nuxt": "^2.15.8",
|
||||
"splitpanes": "^2.4.1",
|
||||
"video.js": "^7.20.3",
|
||||
@ -31,7 +30,7 @@
|
||||
"@nuxtjs/style-resources": "^1.2.1",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-nuxt": "3.2.0",
|
||||
"sass": "^1.56.1",
|
||||
"sass": "^1.57.1",
|
||||
"sass-loader": "^10.3.1"
|
||||
}
|
||||
},
|
||||
@ -2895,15 +2894,6 @@
|
||||
"dayjs": "^1.10.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxtjs/dotenv": {
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/dotenv/-/dotenv-1.4.1.tgz",
|
||||
"integrity": "sha512-DpdObsvRwC8d89I9mzz6pBg6e/PEXHazDM57DOI1mmML2ZjHfQ/DvkjlSzUL7T+TnW3b/a4Ks5wQx08DqFBmeQ==",
|
||||
"dependencies": {
|
||||
"consola": "^2.10.1",
|
||||
"dotenv": "^8.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxtjs/eslint-config": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/eslint-config/-/eslint-config-5.0.0.tgz",
|
||||
@ -6110,14 +6100,6 @@
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/dotenv": {
|
||||
"version": "8.6.0",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz",
|
||||
"integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/duplexer": {
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
|
||||
@ -9925,9 +9907,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/mpegts.js": {
|
||||
"version": "1.6.10",
|
||||
"resolved": "https://registry.npmjs.org/mpegts.js/-/mpegts.js-1.6.10.tgz",
|
||||
"integrity": "sha512-ZgX4b93cWk+EazOFRV4lekLqmc4rV7P+WMisG8N0F2M4/EiluPMNNWjuaurQfitak++AIc/ZVQ3IgM3cBcH7WA==",
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/mpegts.js/-/mpegts.js-1.7.1.tgz",
|
||||
"integrity": "sha512-GbvdQH4+9q5h8DT78USTiLQpqEsdmDgYCwfxmcdPgB5PdmaVBhZuijl1yZK6RC2Jqfvbk/lwkaeBoG0K+97cRA==",
|
||||
"dependencies": {
|
||||
"es6-promise": "^4.2.5",
|
||||
"webworkify-webpack": "^2.1.5"
|
||||
@ -12816,9 +12798,9 @@
|
||||
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.56.1",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.56.1.tgz",
|
||||
"integrity": "sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==",
|
||||
"version": "1.57.1",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz",
|
||||
"integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"author": "Jonathan Baecker",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
"dev": "NODE_OPTIONS=--openssl-legacy-provider nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"generate": "nuxt generate",
|
||||
@ -14,7 +14,6 @@
|
||||
"dependencies": {
|
||||
"@nuxtjs/axios": "^5.13.6",
|
||||
"@nuxtjs/dayjs": "^1.4.1",
|
||||
"@nuxtjs/dotenv": "^1.4.1",
|
||||
"bootstrap": "^4.6.2",
|
||||
"bootstrap-vue": "^2.23.1",
|
||||
"cookie-universal-nuxt": "^2.2.2",
|
||||
@ -35,7 +34,7 @@
|
||||
"@nuxtjs/style-resources": "^1.2.1",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-nuxt": "3.2.0",
|
||||
"sass": "^1.57.0",
|
||||
"sass": "^1.57.1",
|
||||
"sass-loader": "^10.3.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user