v2
-
Added "Unused Production Dependencies", which calls depcheck with its default options to list dependencies required in production by
package.json
but which don't appear to be imported in the code. -
Added "Unused Developer Dependencies", similar to the production ones.
-
Added "Missing Dependencies", also reported by depcheck, to list the opposite; dependencies which appear to be imported in the code, but missing from
package.json
. -
Various dependency updates