This commit is contained in:
Jonathan Baecker 2020-07-29 09:52:20 +02:00
parent c7ece1ab55
commit 59dff30231
3 changed files with 456 additions and 238 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,28 +12,28 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/dayjs": "^1.1.7",
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/dayjs": "^1.1.9",
"@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"bootstrap-vue": "^2.16.0",
"cookie-universal-nuxt": "^2.1.4",
"jwt-decode": "^2.2.0",
"nuxt": "^2.13.3",
"nuxt": "^2.14.0",
"splitpanes": "^2.2.1",
"video.js": "^7.8.3",
"video.js": "^7.8.4",
"vue-loading-overlay": "^3.3.2",
"vue2-perfect-scrollbar": "^1.5.0",
"vuedraggable": "^2.23.2"
"vuedraggable": "^2.24.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.4.0",
"eslint": "^7.5.0",
"eslint-plugin-nuxt": ">=1.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.1"
"sass-loader": "^9.0.2"
}
}

View File

@ -1,5 +1,5 @@
asgiref==3.2.7
Django==3.0.7
Django==3.0.8
django-cors-headers==3.4.0
django-filter==2.3.0
djangorestframework==3.11.0
@ -8,7 +8,7 @@ gevent==20.6.2
greenlet==0.4.16
gunicorn==20.0.4
natsort==7.0.1
psutil==5.7.0
psutil==5.7.2
PyJWT==1.7.1
pymediainfo==4.2.1
pytz==2020.1