open-vault/website/package.json

63 lines
2.1 KiB
JSON

{
"name": "vault-docs",
"description": "HashiCorp Vault documentation website",
"version": "1.0.0",
"author": "HashiCorp",
"dependencies": {
"@hashicorp/mktg-global-styles": "3.0.2",
"@hashicorp/nextjs-scripts": "18.3.1",
"@hashicorp/react-alert-banner": "6.1.1",
"@hashicorp/react-button": "5.0.1",
"@hashicorp/react-case-study-slider": "6.0.2",
"@hashicorp/react-code-block": "4.0.1",
"@hashicorp/react-content": "7.0.1",
"@hashicorp/react-docs-page": "13.3.1",
"@hashicorp/react-featured-slider": "4.0.2",
"@hashicorp/react-hashi-stack-menu": "2.0.3",
"@hashicorp/react-head": "3.0.2",
"@hashicorp/react-hero": "7.2.1",
"@hashicorp/react-image": "4.0.1",
"@hashicorp/react-inline-svg": "6.0.1",
"@hashicorp/react-logo-grid": "4.0.1",
"@hashicorp/react-markdown-page": "1.2.0",
"@hashicorp/react-product-downloads-page": "2.0.3",
"@hashicorp/react-section-header": "5.0.2",
"@hashicorp/react-subnav": "8.2.1",
"@hashicorp/react-tabs": "6.0.1",
"@hashicorp/react-text-split": "3.1.1",
"@hashicorp/react-text-splits": "3.0.0",
"@hashicorp/react-use-cases": "3.0.2",
"@hashicorp/react-vertical-text-block-list": "6.0.2",
"next": "10.2.2",
"next-mdx-remote": "3.0.2",
"next-remote-watch": "1.0.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"tippy.js": "4.0.0"
},
"devDependencies": {
"@types/react": "^17.0.6",
"dart-linkcheck": "^2.0.15",
"husky": "^4.3.8",
"inquirer": "^8.1.0",
"prettier": "^2.3.0"
},
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit"
}
},
"scripts": {
"build": "next build",
"dynamic": "NODE_ENV=production next build && next start",
"export": "next export",
"format": "next-hashicorp format",
"generate:component": "next-hashicorp generate component",
"generate:readme": "next-hashicorp markdown-blocks README.md",
"linkcheck": "linkcheck https://www.vaultproject.io",
"lint": "next-hashicorp lint",
"start": "next-remote-watch ./content/**/*.mdx",
"static": "npm run build && npm run export && cp _redirects out/."
}
}