zoopoetics / react-svg-flexbox

A React-based Flexbox layout container for SVG elements.
91 stars 9 forks source link

Minimum necessary dependencies #9

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi,

I was using your npm package and it is very useful for my project. I found that when I install this package, it take around 4 minutes because it install many dependencies. I think package.json only need these 4 dependencies:

  "dependencies": {
    "css-layout": "1.1.1",
    "prop-types": "^15.6.2",
    "react": "^15.3.0 || ^16.0",
    "react-dom": "^15.3.0 || ^16.0"
  }

Other packages can move to devDependencies.

a-gierczak commented 4 years ago

@zoopoetics @ghost Hello, any chance on resolving this one? After installing react-svg-flexbox, husky got installed and messed with my githooks :(