Hacker News new | ask | show | jobs
by joshstrange 63 days ago
> React happily also has 0 dependencies,

Ok, but it has 112 devDependencies, I'm not really sure "0 dependencies" best describes React.

2 comments

Dev dependencies are not installed when you install the package into your project.

Also I checked how many deps vuejs has, also 0.

Those are not installed.