Replace Gulp.
Replace gulp with another dependency or process to perform tasks present in the gulpfile.js.
AB#7633
Out of curiosity, why do you want to replace gulp?
https://www.npmjs.com/package/gulp last update was two years ago. There are security alerts related to this dependency. Proposal to use something more up-to-date.
It looks like the only thing we're using gulp for is to update the version constants in TS from the package.json. It surely is a big dependency to do just that... A PS script should be more than enough :)
closing older issue.