{
  "name": "<%= name %>",
  "description": "Description of your website",
  "version": "0.0.1",
  "author": "HashiCorp",
  "dependencies": {
    "@hashicorp/nextjs-scripts": "^6.2.0",
    "@hashicorp/react-global-styles": "^4.2.0",
    "@hashicorp/react-head": "^0.2.0",
    "@hashicorp/react-image": "^2.0.1",
    "imagemin-mozjpeg": "^8.0.0",
    "imagemin-optipng": "^7.1.0",
    "imagemin-svgo": "^7.1.0",
    "marked": "^0.8.0",
    "next": "^9.3.6",
    "nprogress": "^0.2.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "slugify": "^1.4.0",
    "stringify-object": "^3.3.0"
  },
  "devDependencies": {
    "depcheck": "^1.3.1",
    "husky": "^4.2.5",
    "inquirer": "^7.1.0",
    "next-unused": "^0.0.3",
    "prettier": "^2.0.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "next-hashicorp precommit"
    }
  },
  "next-unused": {
    "alias": {
      "components": "components/",
      "layouts": "layouts/"
    },
    "include": ["components", "layouts", "pages"],
    "exclude": ["fixture", "jest", "stories", "test"]
  },
  "main": "index.js",
  "scripts": {
    "build": "next build",
    "clean": "rm -rf node_modules .next out && npm i",
    "dynamic": "next build && next start",
    "format": "next-hashicorp format",
    "generate:analytics": "next-hashicorp analytics",
    "generate:component": "next-hashicorp generate component",
    "generate:page": "next-hashicorp generate page",
    "generate:term": "next-hashicorp generate term",
    "lint": "next-hashicorp lint",
    "prune": "depcheck && next-unused",
    "start": "next dev",
    "static": "next build && next export"
  }
}
