2020-01-18 00:18:09 +00:00
|
|
|
{
|
2020-05-21 17:18:17 +00:00
|
|
|
"name": "vault-docs",
|
|
|
|
"description": "HashiCorp Vault documentation website",
|
|
|
|
"version": "1.0.0",
|
2020-01-18 00:18:09 +00:00
|
|
|
"author": "HashiCorp",
|
|
|
|
"dependencies": {
|
2020-12-17 21:53:33 +00:00
|
|
|
"@hashicorp/mktg-global-styles": "2.1.0",
|
2021-04-02 16:29:59 +00:00
|
|
|
"@hashicorp/nextjs-scripts": "16.3.0",
|
2021-01-11 16:17:03 +00:00
|
|
|
"@hashicorp/react-alert-banner": "^5.0.0",
|
2020-12-17 21:53:33 +00:00
|
|
|
"@hashicorp/react-button": "4.0.0",
|
2021-02-11 21:29:38 +00:00
|
|
|
"@hashicorp/react-case-study-slider": "4.0.0",
|
2021-01-07 19:40:35 +00:00
|
|
|
"@hashicorp/react-code-block": "3.0.3",
|
2021-04-06 17:49:04 +00:00
|
|
|
"@hashicorp/react-docs-page": "12.0.0",
|
2021-04-07 15:26:55 +00:00
|
|
|
"@hashicorp/react-hashi-stack-menu": "1.2.1-canary.0",
|
2020-12-17 21:53:33 +00:00
|
|
|
"@hashicorp/react-head": "1.1.6",
|
|
|
|
"@hashicorp/react-hero": "4.1.0",
|
|
|
|
"@hashicorp/react-image": "3.0.3",
|
|
|
|
"@hashicorp/react-inline-svg": "5.0.0",
|
2021-01-07 19:40:35 +00:00
|
|
|
"@hashicorp/react-logo-grid": "3.0.1",
|
2020-12-17 21:53:33 +00:00
|
|
|
"@hashicorp/react-markdown-page": "0.1.0",
|
2021-04-07 01:28:42 +00:00
|
|
|
"@hashicorp/react-product-downloader": "7.0.4",
|
2020-12-17 21:53:33 +00:00
|
|
|
"@hashicorp/react-section-header": "3.0.1",
|
|
|
|
"@hashicorp/react-subnav": "7.1.0",
|
2021-01-07 19:40:35 +00:00
|
|
|
"@hashicorp/react-text-splits": "1.0.5",
|
2020-12-17 21:53:33 +00:00
|
|
|
"@hashicorp/react-use-cases": "2.0.1",
|
2021-02-11 21:29:38 +00:00
|
|
|
"@hashicorp/react-vertical-text-block-list": "4.0.1",
|
2021-02-09 15:54:58 +00:00
|
|
|
"next": "10.0.6",
|
2020-12-17 21:53:33 +00:00
|
|
|
"next-mdx-remote": "1.0.1",
|
|
|
|
"next-remote-watch": "0.3.0",
|
|
|
|
"react": "16.13.1",
|
|
|
|
"react-dom": "16.13.1"
|
2020-01-18 00:18:09 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-31 19:21:16 +00:00
|
|
|
"dart-linkcheck": "^2.0.15",
|
2020-12-17 21:53:33 +00:00
|
|
|
"husky": "^4.3.6",
|
|
|
|
"inquirer": "^7.3.3",
|
|
|
|
"prettier": "^2.2.1"
|
2020-01-18 00:18:09 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "next-hashicorp precommit"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-05-21 17:18:17 +00:00
|
|
|
"build": "next build",
|
2020-01-18 00:18:09 +00:00
|
|
|
"dynamic": "NODE_ENV=production next build && next start",
|
2020-05-21 17:18:17 +00:00
|
|
|
"export": "next export",
|
2020-01-18 00:18:09 +00:00
|
|
|
"format": "next-hashicorp format",
|
|
|
|
"generate:component": "next-hashicorp generate component",
|
2021-01-15 20:29:22 +00:00
|
|
|
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
2020-05-21 17:18:17 +00:00
|
|
|
"linkcheck": "linkcheck https://www.vaultproject.io",
|
2020-01-18 00:18:09 +00:00
|
|
|
"lint": "next-hashicorp lint",
|
2020-12-17 21:53:33 +00:00
|
|
|
"start": "next-remote-watch ./content/**/*.mdx",
|
|
|
|
"static": "npm run build && npm run export && cp _redirects out/."
|
2020-01-18 00:18:09 +00:00
|
|
|
}
|
|
|
|
}
|