github.com/uchennaokeke444/nomad@v0.11.8/website/package.json (about) 1 { 2 "name": "nomad-docs-platform", 3 "description": "Description of your website", 4 "version": "0.0.1", 5 "author": "HashiCorp", 6 "dependencies": { 7 "@hashicorp/nextjs-scripts": "^7.1.2", 8 "@hashicorp/react-alert-banner": "^3.1.0", 9 "@hashicorp/react-button": "^2.2.0", 10 "@hashicorp/react-call-to-action": "^0.2.0", 11 "@hashicorp/react-case-study-slider": "^2.1.0", 12 "@hashicorp/react-content": "^3.0.0-0", 13 "@hashicorp/react-docs-page": "^2.0.0", 14 "@hashicorp/react-docs-sidenav": "^3.2.3", 15 "@hashicorp/react-global-styles": "^4.4.0", 16 "@hashicorp/react-head": "^1.0.0", 17 "@hashicorp/react-hero": "^3.1.0", 18 "@hashicorp/react-image": "^2.0.1", 19 "@hashicorp/react-inline-svg": "^1.0.0", 20 "@hashicorp/react-mega-nav": "^4.0.1-2", 21 "@hashicorp/react-product-downloader": "^3.2.0", 22 "@hashicorp/react-section-header": "^2.0.0", 23 "@hashicorp/react-subnav": "^3.2.0", 24 "@hashicorp/react-text-and-content": "^4.1.0", 25 "@hashicorp/react-text-split": "^0.3.0", 26 "@hashicorp/react-text-split-with-code": "0.1.0", 27 "@hashicorp/react-text-split-with-image": "^1.3.0", 28 "@hashicorp/react-use-cases": "^1.0.4", 29 "@hashicorp/react-vertical-text-block-list": "^2.0.1", 30 "babel-plugin-import-glob-array": "^0.2.0", 31 "imagemin-mozjpeg": "^8.0.0", 32 "imagemin-optipng": "^7.1.0", 33 "imagemin-svgo": "^7.1.0", 34 "isomorphic-unfetch": "^3.0.0", 35 "marked": "^0.7.0", 36 "next": "9.3.6", 37 "nprogress": "^0.2.0", 38 "nuka-carousel": "^4.6.7", 39 "react": "^16.13.1", 40 "react-device-detect": "^1.12.1", 41 "react-dom": "^16.13.1" 42 }, 43 "devDependencies": { 44 "dart-linkcheck": "^2.0.15", 45 "husky": "^4.2.5", 46 "prettier": "^2.0.5" 47 }, 48 "husky": { 49 "hooks": { 50 "pre-commit": "next-hashicorp precommit" 51 } 52 }, 53 "main": "index.js", 54 "scripts": { 55 "build": "node --max-old-space-size=2048 ./node_modules/.bin/next build", 56 "export": "node --max-old-space-size=2048 ./node_modules/.bin/next export", 57 "format": "next-hashicorp format", 58 "generate:component": "next-hashicorp generate component", 59 "lint": "next-hashicorp lint", 60 "start": "rm -rf .next/cache/next-babel-loader/ && next dev", 61 "static": "npm run build && npm run export && cp _redirects out/.", 62 "linkcheck": "linkcheck https://nomadproject.io" 63 } 64 }