2020-04-06 20:27:35 +00:00
|
|
|
{
|
|
|
|
"name": "consul-docs",
|
|
|
|
"description": "Description of your website",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"author": "HashiCorp",
|
|
|
|
"dependencies": {
|
2020-12-08 23:24:36 +00:00
|
|
|
"@hashicorp/mktg-global-styles": "2.1.0",
|
2021-03-29 15:09:51 +00:00
|
|
|
"@hashicorp/nextjs-scripts": "16.3.0",
|
2020-12-08 23:24:36 +00:00
|
|
|
"@hashicorp/react-alert-banner": "5.0.0",
|
|
|
|
"@hashicorp/react-button": "4.0.0",
|
|
|
|
"@hashicorp/react-call-to-action": "1.0.3",
|
2021-03-26 13:38:39 +00:00
|
|
|
"@hashicorp/react-callouts": "^7.0.0",
|
2021-01-07 19:00:43 +00:00
|
|
|
"@hashicorp/react-docs-page": "10.4.0",
|
2020-12-08 23:24:36 +00:00
|
|
|
"@hashicorp/react-featured-slider": "1.1.10",
|
2021-04-06 18:30:35 +00:00
|
|
|
"@hashicorp/react-hashi-stack-menu": "1.2.1-canary.0",
|
2020-12-08 23:24:36 +00:00
|
|
|
"@hashicorp/react-head": "1.1.6",
|
|
|
|
"@hashicorp/react-image": "3.0.3",
|
2020-12-11 22:45:42 +00:00
|
|
|
"@hashicorp/react-inline-svg": "5.0.0",
|
2021-01-07 19:00:43 +00:00
|
|
|
"@hashicorp/react-markdown-page": "^0.2.0",
|
2020-12-08 23:24:36 +00:00
|
|
|
"@hashicorp/react-product-downloader": "4.1.5",
|
|
|
|
"@hashicorp/react-product-features-list": "3.0.0",
|
2021-02-17 15:22:12 +00:00
|
|
|
"@hashicorp/react-section-header": "4.0.0",
|
2020-12-08 23:24:36 +00:00
|
|
|
"@hashicorp/react-subnav": "7.1.0",
|
2021-02-09 15:26:17 +00:00
|
|
|
"@hashicorp/react-tabs": "3.0.0",
|
2020-12-11 22:45:42 +00:00
|
|
|
"@hashicorp/react-text-split": "1.2.0",
|
2021-01-07 19:00:43 +00:00
|
|
|
"@hashicorp/react-text-split-with-code": "2.0.4",
|
2020-12-11 22:45:42 +00:00
|
|
|
"@hashicorp/react-text-split-with-image": "3.0.0",
|
2020-12-08 23:24:36 +00:00
|
|
|
"@hashicorp/react-use-cases": "2.0.1",
|
2021-02-17 15:22:12 +00:00
|
|
|
"@hashicorp/react-vertical-text-block-list": "4.0.1",
|
2021-02-09 15:26:17 +00:00
|
|
|
"next": "10.0.6",
|
2021-01-07 19:00:43 +00:00
|
|
|
"next-mdx-remote": "2.1.0",
|
2020-12-08 23:24:36 +00:00
|
|
|
"next-remote-watch": "0.3.0",
|
2021-01-07 19:00:43 +00:00
|
|
|
"nuka-carousel": "4.7.5",
|
2020-07-02 19:05:28 +00:00
|
|
|
"react": "16.13.1",
|
2021-01-07 19:00:43 +00:00
|
|
|
"react-device-detect": "1.15.0",
|
2020-09-01 15:59:08 +00:00
|
|
|
"react-dom": "16.13.1"
|
2020-04-06 20:27:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-02 19:05:28 +00:00
|
|
|
"dart-linkcheck": "2.0.15",
|
2021-01-07 19:00:43 +00:00
|
|
|
"husky": "4.3.7",
|
2020-12-08 23:24:36 +00:00
|
|
|
"prettier": "2.2.1"
|
2020-04-06 20:27:35 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "next-hashicorp precommit"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-09-01 15:14:13 +00:00
|
|
|
"build": "node --max-old-space-size=4096 ./node_modules/.bin/next build",
|
2020-04-06 20:27:35 +00:00
|
|
|
"dynamic": "NODE_ENV=production next build && next start",
|
2020-09-01 15:14:13 +00:00
|
|
|
"export": "node --max-old-space-size=4096 ./node_modules/.bin/next export",
|
2020-04-06 20:27:35 +00:00
|
|
|
"format": "next-hashicorp format",
|
|
|
|
"generate:component": "next-hashicorp generate component",
|
2020-06-12 01:00:05 +00:00
|
|
|
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
2020-04-06 20:27:35 +00:00
|
|
|
"lint": "next-hashicorp lint",
|
2021-01-07 19:05:00 +00:00
|
|
|
"start": "next-remote-watch ./content/**/*.mdx",
|
2020-04-06 20:27:35 +00:00
|
|
|
"static": "npm run build && npm run export && cp _redirects out/.",
|
|
|
|
"linkcheck": "linkcheck https://consul.io"
|
|
|
|
}
|
|
|
|
}
|