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

77 lines
2.7 KiB

{
"name": "boundary-docs",
"description": "Documentation website for Boundary",
"version": "1.0.0",
"author": "HashiCorp",
"engines": {
"node": "14.x - 16.x",
"npm": ">=7.0.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "9.0.9",
"@hashicorp/mktg-global-styles": "^4.0.0",
"@hashicorp/mktg-logos": "^1.2.0",
"@hashicorp/platform-analytics": "^0.2.0",
"@hashicorp/platform-code-highlighting": "^0.1.2",
"@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-consent-manager": "^7.1.0",
"@hashicorp/react-content": "^8.0.2",
"@hashicorp/react-docs-page": "^14.11.0",
"@hashicorp/react-enterprise-alert": "^6.0.1",
"@hashicorp/react-hashi-stack-menu": "^2.1.2",
"@hashicorp/react-head": "^3.1.2",
"@hashicorp/react-hero": "^8.0.2",
"@hashicorp/react-image": "^4.0.3",
"@hashicorp/react-markdown-page": "^1.4.3",
"@hashicorp/react-open-api-page": "^2.0.1",
"@hashicorp/react-product-downloads-page": "^2.5.3",
"@hashicorp/react-product-features-list": "^5.0.0",
"@hashicorp/react-search": "^6.1.1",
"@hashicorp/react-section-header": "^5.0.4",
"@hashicorp/react-subnav": "^9.3.2",
"@hashicorp/react-use-cases": "^5.0.0",
"@hashicorp/react-vertical-text-block-list": "^7.0.0",
"change-case": "4.1.2",
"classnames": "2.2.6",
"next": "^11.1.2",
"next-mdx-remote": "^3.0.4",
"next-remote-watch": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "8.31.0",
"react-player": "2.7.0"
},
"devDependencies": {
"@hashicorp/platform-cli": "^1.2.0",
"@hashicorp/platform-nextjs-plugin": "^1.0.1",
"@hashicorp/platform-types": "^0.1.1",
"@types/node": "^15.12.2",
"@types/react": "^17.0.11",
"dart-linkcheck": "2.0.15",
"glob": "7.1.6",
"husky": "4.3.5",
"postcss": "^8.2.13",
"prettier": "2.2.1",
"typescript": "^4.3.5"
},
"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",
"linkcheck": "linkcheck boundary.io",
"lint": "next-hashicorp lint",
"start": "next-remote-watch './content/**/*.mdx'",
"static": "npm run build && npm run export"
}
}