How do peerDependencies work? In a nutshell, peerDependencies are a way to “warn” projects that might use your, let's say, plugin, that this plugin requires specific dependencies to be able to work properly, and these dependencies have to be installed in your root project. WTH does it mean in practice? …