Open ghost opened 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.
@zoopoetics @ghost Hello, any chance on resolving this one? After installing react-svg-flexbox, husky got installed and messed with my githooks :(
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:
Other packages can move to devDependencies.