I followed some similar posts about this questions but for me it doesn't seem right. I did npm init --yes and now my package.json is containning a lot of dependencies, I feel like they aren't the project dependencies but the computer dependencies.
How can I update the package.json only with the actual project dependencies ?
[edit]
Or maybe it's my node_modules that contains too many useless things, how can I update it to fit the current project ?