Update package-json files

This commit is contained in:
Juan Carlos Ruvalcaba 2021-12-06 18:40:55 -07:00
parent c30f88ee44
commit e2cefbf8ee
2 changed files with 541 additions and 166 deletions

702
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,7 @@
"Samsung >= 5"
],
"dependencies": {
"alasql": "^1.7.3",
"axios": "^0.24.0",
"crypto-js": "^4.1.1",
"dom7": "^4.0.1",
@ -53,8 +54,8 @@
"css-minimizer-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"framework7-loader": "^3.0.2",
"html2canvas": "^1.3.3",
"html-webpack-plugin": "^5.5.0",
"html2canvas": "^1.3.3",
"jspdf": "^2.4.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
@ -69,6 +70,6 @@
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"workbox-webpack-plugin": "^6.4.1"
"workbox-webpack-plugin": "^6.4.2"
}
}