vaguerent/website/package.json
2021-05-17 15:11:58 -07:00

51 lines
1.7 KiB
JSON

{
"name": "vagrant-docs",
"description": "Documentation website for HashiCorp Vagrant",
"version": "1.0.0",
"author": "HashiCorp",
"dependencies": {
"@hashicorp/mktg-global-styles": "^3.0.1",
"@hashicorp/nextjs-scripts": "18.1.0",
"@hashicorp/react-alert-banner": "^6.1.1",
"@hashicorp/react-button": "^5.0.1",
"@hashicorp/react-code-block": "^4.0.1",
"@hashicorp/react-docs-page": "13.2.0",
"@hashicorp/react-hashi-stack-menu": "2.0.3",
"@hashicorp/react-head": "^3.0.2",
"@hashicorp/react-product-downloader": "4.1.5",
"@hashicorp/react-product-downloads-page": "2.0.2",
"@hashicorp/react-search": "^5.0.2",
"@hashicorp/react-section-header": "5.0.2",
"@hashicorp/react-subnav": "^8.1.0",
"@hashicorp/react-tabs": "6.0.1",
"@hashicorp/react-vertical-text-block-list": "6.0.2",
"next": "10.1.3",
"next-mdx-remote": "3.0.1",
"next-remote-watch": "^1.0.0",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@types/react": "^17.0.3",
"dart-linkcheck": "2.0.15",
"husky": "4.3.6",
"prettier": "2.2.1"
},
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit"
}
},
"scripts": {
"build": "node --max-old-space-size=2048 ./node_modules/.bin/next build",
"export": "node --max-old-space-size=2048 ./node_modules/.bin/next export",
"format": "next-hashicorp format",
"generate:component": "next-hashicorp generate component",
"generate:readme": "next-hashicorp markdown-blocks README.md",
"lint": "next-hashicorp lint",
"start": "next-remote-watch ./content/**/*.mdx",
"static": "npm run build && npm run export && cp _redirects out/.",
"linkcheck": "linkcheck https://vagrantup.com"
}
}