{
  "name": "@hashicorp/platform-nextjs-plugin",
  "description": "Core plugin for HashiCorp next.js websites",
  "version": "5.1.1",
  "author": "HashiCorp",
  "scripts": {
    "build": "rm -rf ./dist && tsc"
  },
  "dependencies": {
    "@hashicorp/next-optimized-images": "0.2.0",
    "@next/bundle-analyzer": "10.0.3",
    "graphql-tag": "^2.12.6",
    "imagemin-mozjpeg": "9.0.0",
    "imagemin-optipng": "8.0.0",
    "imagemin-svgo": "8.0.0",
    "postcss-normalize": "10.0.1",
    "svgo-loader": "^4.0.0"
  },
  "devDependencies": {
    "@hashicorp/platform-types": "^0.4.0",
    "@types/postcss-normalize": "^9.0.1",
    "@types/postcss-preset-env": "^6.7.0",
    "@types/webpack": "^4.41.26"
  },
  "peerDependencies": {
    "next": ">= 12.0.5"
  },
  "files": [
    "dist/**"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "publishConfig": {
    "private": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hashicorp/web-platform-packages.git",
    "directory": "packages/nextjs-plugin"
  }
}
