Some of our dependencies, for example browsersync, aren't needed in 'production' mode (when NODE_ENV=production is set) on hosts like Heroku.
Moving them to devDependencies will mean their installation can be skipped, resulting in a smaller 'slug size' that can mean faster deployments.