61 lines
2.2 KiB
JSON
61 lines
2.2 KiB
JSON
{
|
|
"name": "consul-docs",
|
|
"description": "Description of your website",
|
|
"version": "0.0.1",
|
|
"author": "HashiCorp",
|
|
"dependencies": {
|
|
"@hashicorp/mktg-global-styles": "2.1.0",
|
|
"@hashicorp/nextjs-scripts": "16.0.1",
|
|
"@hashicorp/react-alert-banner": "5.0.0",
|
|
"@hashicorp/react-button": "4.0.0",
|
|
"@hashicorp/react-call-to-action": "1.0.3",
|
|
"@hashicorp/react-docs-page": "10.4.0",
|
|
"@hashicorp/react-featured-slider": "1.1.10",
|
|
"@hashicorp/react-hashi-stack-menu": "^1.1.0",
|
|
"@hashicorp/react-head": "1.1.6",
|
|
"@hashicorp/react-image": "3.0.3",
|
|
"@hashicorp/react-inline-svg": "5.0.0",
|
|
"@hashicorp/react-markdown-page": "^0.2.0",
|
|
"@hashicorp/react-product-downloader": "4.1.5",
|
|
"@hashicorp/react-product-features-list": "3.0.0",
|
|
"@hashicorp/react-section-header": "3.0.1",
|
|
"@hashicorp/react-subnav": "7.1.0",
|
|
"@hashicorp/react-tabs": "3.0.0",
|
|
"@hashicorp/react-text-split": "1.2.0",
|
|
"@hashicorp/react-text-split-with-code": "2.0.4",
|
|
"@hashicorp/react-text-split-with-image": "3.0.0",
|
|
"@hashicorp/react-use-cases": "2.0.1",
|
|
"@hashicorp/react-vertical-text-block-list": "3.0.1",
|
|
"next": "10.0.6",
|
|
"next-mdx-remote": "2.1.0",
|
|
"next-remote-watch": "0.3.0",
|
|
"nuka-carousel": "4.7.5",
|
|
"react": "16.13.1",
|
|
"react-device-detect": "1.15.0",
|
|
"react-dom": "16.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"dart-linkcheck": "2.0.15",
|
|
"husky": "4.3.7",
|
|
"prettier": "2.2.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "next-hashicorp precommit"
|
|
}
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node --max-old-space-size=4096 ./node_modules/.bin/next build",
|
|
"dynamic": "NODE_ENV=production next build && next start",
|
|
"export": "node --max-old-space-size=4096 ./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 && cp _redirects out/.",
|
|
"linkcheck": "linkcheck https://consul.io"
|
|
}
|
|
}
|