Skip to content

Commit

Permalink
[Upd #149] Images keep proportions and can be zoomed in
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed May 26, 2022
1 parent e59e792 commit 640bb98
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 68 deletions.
176 changes: 168 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"prop-types": "^15.7.2",
"react-bootstrap": "1.0.1",
"react-datepicker": "^4.2.1",
"react-image-zooom": "^1.0.4",
"react-intl": "^5.24.6",
"react-loader-spinner": "^5.1.0",
"react-select": "^3.1.0",
Expand Down Expand Up @@ -89,6 +90,7 @@
"chromatic": "^6.5.3",
"css-loader": "^3.5.3",
"enzyme": "^3.11.0",
"husky": "^7.0.0",
"jest": "^26.0.1",
"prettier": "^2.5.1",
"query-string": "^6.13.5",
Expand All @@ -97,8 +99,7 @@
"standard-version": "^9.3.2",
"style-loader": "^1.2.1",
"typescript": "^4.5.5",
"watchify": "^3.11.1",
"husky": "^7.0.0"
"watchify": "^3.11.1"
},
"scripts": {
"test": "jest",
Expand Down
Loading

0 comments on commit 640bb98

Please sign in to comment.