react-bnb-gallery
react-bnb-gallery copied to clipboard
Less dependencies => smaller package size
This PR removes the only used lodash
method omit
from the codebase.
It also removes some not in use dependencies (ajv
and now lodash
) and moved some more dev-only dependencies to devDependencies
(namely object.assign
and object.values
)
This this the bundle size footprint of this package should decrease.