{ "name": "nomad-docs-platform", "description": "Description of your website", "version": "0.0.1", "author": "HashiCorp", "engines": { "node": "12.x" }, "dependencies": { "@hashicorp/nextjs-scripts": "^13.2.0", "@hashicorp/react-alert-banner": "4.2.0", "@hashicorp/react-button": "3.0.2", "@hashicorp/react-call-to-action": "0.2.8", "@hashicorp/react-case-study-slider": "3.0.0", "@hashicorp/react-content": "5.2.1", "@hashicorp/react-docs-page": "6.3.1", "@hashicorp/react-docs-sidenav": "5.2.1", "@hashicorp/react-global-styles": "4.6.1", "@hashicorp/react-hashi-stack-menu": "^1.0.7", "@hashicorp/react-head": "1.1.4", "@hashicorp/react-hero": "3.1.9", "@hashicorp/react-image": "3.0.1", "@hashicorp/react-inline-svg": "1.0.2", "@hashicorp/react-product-downloader": "4.1.5", "@hashicorp/react-search": "^2.1.2", "@hashicorp/react-section-header": "3.0.0", "@hashicorp/react-subnav": "6.0.0", "@hashicorp/react-text-and-content": "4.1.8", "@hashicorp/react-text-split": "0.4.4", "@hashicorp/react-text-split-with-code": "0.2.4", "@hashicorp/react-text-split-with-image": "1.4.4", "@hashicorp/react-use-cases": "2.0.1", "@hashicorp/react-vertical-text-block-list": "3.0.0", "babel-plugin-import-glob-array": "0.2.0", "dotenv": "^8.2.0", "imagemin-mozjpeg": "9.0.0", "imagemin-optipng": "8.0.0", "imagemin-svgo": "8.0.0", "marked": "0.7.0", "next": "9.5.2", "nuka-carousel": "4.7.1", "react": "16.14.0", "react-device-detect": "1.14.0", "react-dom": "16.14.0" }, "devDependencies": { "dart-linkcheck": "2.0.15", "husky": "4.3.0", "prettier": "2.1.2" }, "husky": { "hooks": { "pre-commit": "next-hashicorp precommit" } }, "main": "index.js", "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": "rm -rf .next/cache/next-babel-loader/ && next dev", "static": "npm run build && npm run export", "linkcheck": "linkcheck https://www.nomadproject.io" } }