I installed react-boilerplate and noticed hundreds of node modules that I don't actively use. Is there any way to remove unused project? or are those dependencies of dependencies that get all installed at root level in node_modules and if so, is there any way to tidy up modules?
Thanks