Finding unused and missing npm dependencies with depcheck
Unused dependencies in the project increases installation time, and every time we upgrade dependencies we spend more time than necessary updating packages we don’t use. Depcheck could identify which of the dependencies listed in project’s package.json aren’t used and could be removed.