{
  "name": "<%= projectName %>",
  "version": "1.0.0",
  "description": "<%= projectDescription %>",
  "scripts": {
    "start": "gulp serve",
    "build": "gulp build",
    "deploy": "gulp deploy"
  },
  "author": "<%= githubUsername %>",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/preset-env": "^7.6.2",
    "@babel/register": "^7.6.2",
    "browser-sync": "^2.26.7",
<% if (includeFirebase) { -%>
    "firebase-tools": "^9.1.2",
<% } -%>
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^7.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-clean": "^0.4.0",
    "gulp-concat": "^2.6.1",
    "gulp-cssnano": "^2.1.3",
    "gulp-replace": "^1.0.0",
<% if (includeGithub) { -%>
    "gulp-gh-pages": "^0.5.4",
<% } -%>
    "gulp-htmlmin": "5.0.1",
    "gulp-imagemin": "^6.1.0",
    "gulp-load-plugins": "2.0.1",
<% if (includeGithub) { -%>
    "gulp-replace": "^1.0.0",
<% } -%>
<% if (includePug) { -%>
    "gulp-pug": "3.3.0",
<% } -%>
<% if (includeSass || includeScss) { -%>
    "gulp-sass": "^4.0.2",
<% } -%>
    "gulp-shell": "^0.7.1",
<% if (includeGitHubActions) { -%>
    "lighthouse": "^7.0.0",
<% } -%>
<% if (includeSW) { -%>
    "sw-precache": "^5.2.1",
    "sw-toolbox": "^3.6.0",
<% } -%>
    "gulp-uglify": "^3.0.2"
  },
  "repository": {
    "type": "git",
    "url": "<%= githubUrl %>"
  }
}
