65 lines
2.2 KiB
JSON
65 lines
2.2 KiB
JSON
{
|
|
"name": "nomad-docs-platform",
|
|
"description": "Documentation website for Nomad",
|
|
"version": "1.0.0",
|
|
"author": "HashiCorp",
|
|
"engines": {
|
|
"node": "12.x - 14.x"
|
|
},
|
|
"dependencies": {
|
|
"@hashicorp/mktg-global-styles": "3.0.1",
|
|
"@hashicorp/mktg-logos": "^1.1.0",
|
|
"@hashicorp/nextjs-scripts": "18.1.0",
|
|
"@hashicorp/react-alert-banner": "6.1.1",
|
|
"@hashicorp/react-button": "5.0.1",
|
|
"@hashicorp/react-call-to-action": "3.0.1",
|
|
"@hashicorp/react-content": "7.0.1",
|
|
"@hashicorp/react-docs-page": "13.2.0",
|
|
"@hashicorp/react-featured-slider": "4.0.2",
|
|
"@hashicorp/react-hashi-stack-menu": "2.0.3",
|
|
"@hashicorp/react-hero": "7.1.2",
|
|
"@hashicorp/react-image": "4.0.1",
|
|
"@hashicorp/react-inline-svg": "6.0.1",
|
|
"@hashicorp/react-learn-callout": "1.0.2",
|
|
"@hashicorp/react-product-downloads-page": "2.0.2",
|
|
"@hashicorp/react-section-header": "5.0.2",
|
|
"@hashicorp/react-subnav": "8.1.0",
|
|
"@hashicorp/react-text-split": "3.1.1",
|
|
"@hashicorp/react-text-split-with-code": "3.1.1",
|
|
"@hashicorp/react-text-split-with-image": "4.1.1",
|
|
"@hashicorp/react-text-split-with-logo-grid": "4.1.1",
|
|
"@hashicorp/react-use-cases": "3.0.2",
|
|
"@hashicorp/react-vertical-text-block-list": "6.0.2",
|
|
"marked": "0.7.0",
|
|
"next": "10.1.3",
|
|
"next-mdx-remote": "3.0.1",
|
|
"next-remote-watch": "^1.0.0",
|
|
"nuka-carousel": "4.7.7",
|
|
"react": "16.14.0",
|
|
"react-device-detect": "1.17.0",
|
|
"react-dom": "16.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.3",
|
|
"dart-linkcheck": "2.0.15",
|
|
"husky": "^6.0.0",
|
|
"prettier": "2.2.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|