Co to jest-Save-dev sprawdź, kiedy instalujemy pachage

--save-dev is used to save the package for development purpose. Example: unit tests, minification..
--save is used to save the package required for the application to run.
Singh99