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": {
|
2021-05-21 23:23:49 +00:00
|
|
|
"@hashicorp/mktg-global-styles": "3.0.2",
|
2021-06-21 16:50:59 +00:00
|
|
|
"@hashicorp/mktg-logos": "1.2.0",
|
2021-06-22 21:39:02 +00:00
|
|
|
"@hashicorp/nextjs-scripts": "19.0.2",
|
2021-05-03 22:01:29 +00:00
|
|
|
"@hashicorp/react-alert-banner": "6.1.1",
|
2021-06-21 16:50:59 +00:00
|
|
|
"@hashicorp/react-button": "5.1.0",
|
|
|
|
"@hashicorp/react-case-study-slider": "6.1.0",
|
2021-06-22 21:39:02 +00:00
|
|
|
"@hashicorp/react-code-block": "4.1.2",
|
2021-05-03 22:01:29 +00:00
|
|
|
"@hashicorp/react-content": "7.0.1",
|
2021-06-21 16:50:59 +00:00
|
|
|
"@hashicorp/react-docs-page": "13.4.0",
|
|
|
|
"@hashicorp/react-featured-slider": "4.1.0",
|
2021-07-12 19:08:23 +00:00
|
|
|
"@hashicorp/react-hashi-stack-menu": "2.0.5",
|
2021-06-25 15:38:17 +00:00
|
|
|
"@hashicorp/react-head": "3.1.0",
|
2021-06-21 16:50:59 +00:00
|
|
|
"@hashicorp/react-hero": "7.3.0",
|
2021-05-03 22:01:29 +00:00
|
|
|
"@hashicorp/react-image": "4.0.1",
|
|
|
|
"@hashicorp/react-inline-svg": "6.0.1",
|
2021-06-21 16:50:59 +00:00
|
|
|
"@hashicorp/react-logo-grid": "4.1.0",
|
2021-05-06 17:32:25 +00:00
|
|
|
"@hashicorp/react-markdown-page": "1.2.0",
|
2021-06-21 16:50:59 +00:00
|
|
|
"@hashicorp/react-product-downloads-page": "2.1.0",
|
2021-05-03 22:01:29 +00:00
|
|
|
"@hashicorp/react-section-header": "5.0.2",
|
2021-06-21 16:50:59 +00:00
|
|
|
"@hashicorp/react-subnav": "8.3.0",
|
2021-05-03 22:01:29 +00:00
|
|
|
"@hashicorp/react-tabs": "6.0.1",
|
2021-06-21 16:50:59 +00:00
|
|
|
"@hashicorp/react-text-split": "3.2.0",
|
2021-06-22 21:39:02 +00:00
|
|
|
"@hashicorp/react-text-splits": "3.2.2",
|
2021-06-23 19:20:05 +00:00
|
|
|
"@hashicorp/react-use-cases": "4.0.0",
|
2021-05-03 22:01:29 +00:00
|
|
|
"@hashicorp/react-vertical-text-block-list": "6.0.2",
|
2021-05-21 23:23:49 +00:00
|
|
|
"next": "10.2.2",
|
|
|
|
"next-mdx-remote": "3.0.2",
|
2021-05-03 22:01:29 +00:00
|
|
|
"next-remote-watch": "1.0.0",
|
|
|
|
"react": "16.14.0",
|
|
|
|
"react-dom": "16.14.0",
|
|
|
|
"tippy.js": "4.0.0"
|
2020-01-18 00:18:09 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-21 16:50:59 +00:00
|
|
|
"@types/react": "^17.0.11",
|
2020-03-31 19:21:16 +00:00
|
|
|
"dart-linkcheck": "^2.0.15",
|
2021-05-03 22:01:29 +00:00
|
|
|
"husky": "^4.3.8",
|
2021-06-21 16:50:59 +00:00
|
|
|
"inquirer": "^8.1.1",
|
|
|
|
"prettier": "^2.3.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
|
|
|
}
|
|
|
|
}
|