This commit is contained in:
jb-alvarado 2020-06-28 20:11:13 +02:00
parent 871b981f7a
commit b88a514e11
3 changed files with 2817 additions and 599 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,16 +12,16 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.10.3",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"cookie-universal-nuxt": "^2.1.4",
"jwt-decode": "^2.2.0",
"nuxt": "^2.12.2",
"nuxt": "^2.13.2",
"nuxt-dayjs-module": "^1.1.2",
"splitpanes": "^2.2.1",
"video.js": "^7.8.2",
"video.js": "^7.8.3",
"vue-loading-overlay": "^3.3.2",
"vue2-perfect-scrollbar": "^1.5.0",
"vuedraggable": "^2.23.2"
@ -31,7 +31,7 @@
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint": "^7.3.1",
"eslint-plugin-nuxt": ">=1.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2"

View File

@ -1,11 +1,11 @@
asgiref==3.2.7
Django==3.0.7
django-cors-headers==3.3.0
django-filter==2.2.0
django-cors-headers==3.4.0
django-filter==2.3.0
djangorestframework==3.11.0
djangorestframework-simplejwt==4.4.0
gevent==20.5.2
greenlet==0.4.15
gevent==20.6.2
greenlet==0.4.16
gunicorn==20.0.4
natsort==7.0.1
psutil==5.7.0