This project manages its dependencies using npm. Learn more
package.json 2.84 KiB
{
  "name": "nomad-docs-platform",
  "description": "Documentation website for Nomad",
  "version": "1.0.0",
  "author": "HashiCorp",
  "engines": {
    "node": "14.x - 16.x",
    "npm": ">=7.0.0"
  },
  "dependencies": {
    "@hashicorp/mktg-global-styles": "^4.0.0",
    "@hashicorp/mktg-logos": "^1.2.0",
    "@hashicorp/platform-analytics": "^0.2.0",
    "@hashicorp/platform-code-highlighting": "^0.1.2",
    "@hashicorp/platform-runtime-error-monitoring": "^0.1.0",
    "@hashicorp/platform-util": "^0.1.0",
    "@hashicorp/react-alert-banner": "^7.0.1",
    "@hashicorp/react-button": "^6.0.1",
    "@hashicorp/react-call-to-action": "^4.0.0",
    "@hashicorp/react-code-block": "^4.1.5",
    "@hashicorp/react-consent-manager": "^7.1.0",
    "@hashicorp/react-content": "^8.0.2",
    "@hashicorp/react-docs-page": "^14.11.0",
    "@hashicorp/react-featured-slider": "^5.0.1",
    "@hashicorp/react-hashi-stack-menu": "^2.1.2",
    "@hashicorp/react-head": "^3.1.2",
    "@hashicorp/react-hero": "^8.0.2",
    "@hashicorp/react-image": "^4.0.3",
    "@hashicorp/react-inline-svg": "^6.0.3",
    "@hashicorp/react-learn-callout": "^2.0.1",
    "@hashicorp/react-markdown-page": "^1.4.3",
    "@hashicorp/react-product-downloads-page": "^2.5.3",
    "@hashicorp/react-search": "^6.1.1",
    "@hashicorp/react-section-header": "^5.0.4",
    "@hashicorp/react-subnav": "^9.3.2",
    "@hashicorp/react-tabs": "^7.0.1",
    "@hashicorp/react-text-split": "^4.0.0",
    "@hashicorp/react-text-split-with-code": "^3.3.8",
    "@hashicorp/react-text-split-with-image": "^4.2.5",
    "@hashicorp/react-text-split-with-logo-grid": "^5.1.5",
    "@hashicorp/react-use-cases": "^5.0.0",
    "@hashicorp/react-vertical-text-block-list": "^7.0.0",
    "marked": "0.7.0",
    "next": "^11.1.2",
    "next-mdx-remote": "3.0.1",
    "next-remote-watch": "^1.0.0",
    "nuka-carousel": "4.7.7",
    "react": "^17.0.2",
    "react-device-detect": "1.17.0",
    "react-dom": "^17.0.2"
  },
  "devDependencies": {
    "@hashicorp/platform-cli": "^1.2.0",
    "@hashicorp/platform-nextjs-plugin": "^1.0.1",
    "@hashicorp/platform-types": "^0.1.1",
    "@types/react": "^17.0.3",
    "dart-linkcheck": "2.0.15",
    "husky": "^6.0.0",
    "prettier": "2.2.1",
    "typescript": "^4.3.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "next-hashicorp precommit"
    }
  },
  "scripts": {
    "build": "node --max-old-space-size=2048 ./node_modules/.bin/next build",
    "export": "node --max-old-space-size=2048 ./node_modules/.bin/next export",
    "format": "next-hashicorp format",
    "generate:component": "next-hashicorp generate component",
    "generate:readme": "next-hashicorp markdown-blocks README.md",
    "lint": "next-hashicorp lint",
    "start": "next-remote-watch './content/**/*.mdx'",
    "static": "npm run build && npm run export",
    "linkcheck": "linkcheck https://www.nomadproject.io"
  }
}