What is the available gulp tasks?

Our Gulpfile includes the following commands and tasks:

Task Description
gulp serve Running a server and start watching for change on html, scss and js files to compile and reload the browser
gulp dist Create a /dist folder, compile scss and js files, and copy all the project's files inside the /dist directory except unnecessary ones
gulp img Uses the imagemin plugin to minify the images inside /assets/img directory