Primer avance

This commit is contained in:
2020-10-06 22:01:38 -05:00
parent 02130c107a
commit ae37b32845
12 changed files with 787 additions and 7 deletions
+7 -1
View File
@@ -8,6 +8,9 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.17.3",
@@ -16,7 +19,8 @@
"sweetalert2": "^10.3.5",
"validator": "^13.1.17",
"vue": "^2.6.11",
"vue-qrcode-reader": "^2.3.13"
"vue-qrcode-reader": "^2.3.13",
"vue-router": "^3.4.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
@@ -28,6 +32,8 @@
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-sass": "^4.1.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {