V
V
Vitaly Stolyarov2018-05-18 23:00:20
npm
Vitaly Stolyarov, 2018-05-18 23:00:20

What are the ways to remove dependencies from the main package.json?

This question is especially relevant for dependencies to which plugins are connected. If all dependencies are completely different, then there are no signs as such for grouping them, but if there is a dependency X, which uses dependencies A, B, C, D, E, ... (not peer dependencies). They are all also installed by us and written in package.json along with others.
Not that it's a problem, but having too many "dependencies" in the list makes them hard to read.
Are there any ways to group them, so to speak?
For example, 30 plugins are connected to WebPack, among them dependencies that are not related to webpack may be lost in the devDependencies list

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question