npm install // installs dependencies listed in package.json
npm install <package-name> --save # Installs the package and add dependency in package.json
npm install # Installs dependencies listed in package.json
dependencies are the modules that the project relies on to function properly.