open-vault/website/package.json

80 lines
2.8 KiB
JSON

{
"name": "vault-docs",
"description": "HashiCorp Vault documentation website",
"version": "1.0.0",
"author": "HashiCorp",
"dependencies": {
"@hashicorp/flight-icons": "^1.3.0",
"@hashicorp/mktg-global-styles": "^4.0.0",
"@hashicorp/mktg-logos": "^1.2.0",
"@hashicorp/nextjs-scripts": "^19.0.3",
"@hashicorp/platform-analytics": "^0.2.0",
"@hashicorp/platform-code-highlighting": "^0.1.2",
"@hashicorp/platform-markdown-utils": "^0.1.3",
"@hashicorp/platform-runtime-error-monitoring": "^0.1.0",
"@hashicorp/platform-util": "^0.1.0",
"@hashicorp/react-alert-banner": "^7.0.1",
"@hashicorp/react-button": "^6.0.1",
"@hashicorp/react-call-to-action": "^4.1.1",
"@hashicorp/react-consent-manager": "^7.0.1",
"@hashicorp/react-docs-page": "^14.12.0",
"@hashicorp/react-featured-slider": "^5.0.1",
"@hashicorp/react-head": "^3.1.2",
"@hashicorp/react-hero": "^8.0.2",
"@hashicorp/react-image": "^4.0.3",
"@hashicorp/react-inline-svg": "^6.0.3",
"@hashicorp/react-markdown-page": "^1.4.3",
"@hashicorp/react-product-downloads-page": "^2.5.3",
"@hashicorp/react-section-header": "^5.0.4",
"@hashicorp/react-subnav": "^9.3.2",
"@hashicorp/react-text-splits": "^3.2.7",
"@hashicorp/react-use-cases": "^5.0.0",
"@hashicorp/react-vertical-text-block-list": "^7.0.0",
"@reach/dialog": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"framer-motion": "^5.3.0",
"next": "^11.1.2",
"next-mdx-remote": "^3.0.8",
"next-remote-watch": "1.0.0",
"react": "^17.0.2",
"react-datocms": "^1.6.6",
"react-dom": "^17.0.2",
"react-player": "^2.9.0"
},
"devDependencies": {
"@hashicorp/platform-cli": "^1.2.0",
"@hashicorp/platform-nextjs-plugin": "^1.0.1",
"@hashicorp/platform-types": "^0.1.1",
"@types/react": "^17.0.27",
"dart-linkcheck": "^2.0.15",
"prettier": "^2.4.1",
"simple-git-hooks": "^2.6.1",
"typescript": "^4.4.3"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hashicorp/vault",
"directory": "website"
},
"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",
"postinstall": "simple-git-hooks",
"start": "next-remote-watch './content/**/*.mdx'",
"static": "npm run build && npm run export && cp _redirects out/."
},
"simple-git-hooks": {
"pre-commit": "cd website && ./node_modules/.bin/next-hashicorp precommit"
}
}