You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/package.json

58 lines
1.8 KiB

{
"name": "boundary-docs",
"description": "Documentation website for Boundary",
"version": "1.0.0",
"author": "HashiCorp",
"dependencies": {
"@hashicorp/nextjs-scripts": "13.0.0-canary.1",
"@hashicorp/react-content": "4.0.2",
"@hashicorp/react-docs-page": "5.0.3",
"@hashicorp/react-global-styles": "4.5.0",
"@hashicorp/react-head": "1.1.3",
"@hashicorp/react-image": "2.0.4",
"@hashicorp/react-mega-nav": "4.0.1-2",
"@hashicorp/react-product-downloader": "4.1.3",
"@hashicorp/react-section-header": "2.0.2",
"@hashicorp/react-subnav": "3.3.1",
"@hashicorp/react-vertical-text-block-list": "2.0.3",
"babel-plugin-import-glob-array": "0.2.0",
"fs-exists-sync": "0.1.0",
"gray-matter": "4.0.2",
"js-yaml": "3.14.0",
"line-reader": "0.4.0",
"next": "9.5.3",
"next-auth": "^3.1.0",
"next-mdx-remote": "1.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"readdirp": "3.4.0"
},
"devDependencies": {
"dart-linkcheck": "2.0.15",
"glob": "7.1.6",
"husky": "4.3.0",
"post-npm-install": "2.0.0",
"prettier": "2.1.2"
},
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit",
"post-merge": "post-npm-install",
"post-rebase": "post-npm-install"
}
},
"main": "index.js",
"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 dev",
"dev:auth": "HASHI_ENV=preview npm start",
"static": "npm run build && npm run export && cp _redirects out/.",
"linkcheck": "linkcheck <website url>"
}
}