feat(web): remove upload file limit with rxjs and improve import size (#1743)

* feat(web): remove upload file limit with rxjs

* refactor: remove exif

* refactor: remove unused code

* fix: import lodash-es instead of lodash

* refactor: optimize import
This commit is contained in:
Alex
2023-02-13 13:18:11 -06:00
committed by GitHub
parent 37cfac27b8
commit 2c1aab154a
10 changed files with 62 additions and 66 deletions

View File

@@ -63,11 +63,11 @@
"axios": "^0.27.2",
"cookie": "^0.4.2",
"copy-image-clipboard": "^2.1.2",
"exifr": "^7.1.3",
"handlebars": "^4.7.7",
"leaflet": "^1.8.0",
"lodash-es": "^4.17.21",
"luxon": "^3.1.1",
"rxjs": "^7.8.0",
"socket.io-client": "^4.5.1",
"svelte-material-icons": "^2.0.2"
}