open-consul/website/package.json

70 lines
2.5 KiB
JSON
Raw Normal View History

2020-04-06 20:27:35 +00:00
{
"name": "consul-docs",
"description": "Description of your website",
"version": "0.0.1",
"author": "HashiCorp",
"dependencies": {
"@hashicorp/mktg-global-styles": "3.0.1",
"@hashicorp/mktg-logos": "1.0.2",
"@hashicorp/nextjs-scripts": "19.0.2",
"@hashicorp/react-alert": "5.0.0",
"@hashicorp/react-alert-banner": "6.1.1",
"@hashicorp/react-button": "5.0.1",
"@hashicorp/react-call-to-action": "3.0.1",
"@hashicorp/react-callouts": "7.0.2",
"@hashicorp/react-code-block": "4.1.2",
"@hashicorp/react-content": "7.0.1",
"@hashicorp/react-docs-page": "13.2.0",
"@hashicorp/react-featured-slider": "4.0.0",
2021-07-12 22:27:32 +00:00
"@hashicorp/react-hashi-stack-menu": "2.0.5",
"@hashicorp/react-head": "3.1.0",
"@hashicorp/react-hero": "7.2.1",
"@hashicorp/react-image": "4.0.1",
"@hashicorp/react-inline-svg": "6.0.1",
"@hashicorp/react-learn-callout": "^1.0.2",
"@hashicorp/react-markdown-page": "1.2.0",
"@hashicorp/react-product-downloads-page": "2.0.2",
"@hashicorp/react-product-features-list": "4.0.1",
"@hashicorp/react-section-header": "5.0.2",
"@hashicorp/react-stepped-feature-list": "4.0.1",
"@hashicorp/react-subnav": "8.1.0",
"@hashicorp/react-tabs": "6.0.1",
"@hashicorp/react-text-split": "3.1.1",
"@hashicorp/react-text-split-with-code": "3.3.2",
"@hashicorp/react-text-split-with-image": "4.1.1",
"@hashicorp/react-use-cases": "4.0.0",
"@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",
"nuka-carousel": "4.7.7",
2020-07-02 19:05:28 +00:00
"react": "16.13.1",
"react-device-detect": "1.17.0",
"react-dom": "16.13.1"
2020-04-06 20:27:35 +00:00
},
"devDependencies": {
"@types/react": "^17.0.3",
2020-07-02 19:05:28 +00:00
"dart-linkcheck": "2.0.15",
2021-01-07 19:00:43 +00:00
"husky": "4.3.7",
"prettier": "2.2.1"
2020-04-06 20:27:35 +00:00
},
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit"
}
},
"main": "index.js",
"scripts": {
"build": "node --max-old-space-size=4096 ./node_modules/.bin/next build",
2020-04-06 20:27:35 +00:00
"dynamic": "NODE_ENV=production next build && next start",
"export": "node --max-old-space-size=4096 ./node_modules/.bin/next export",
2020-04-06 20:27:35 +00:00
"format": "next-hashicorp format",
"generate:component": "next-hashicorp generate component",
2020-06-12 01:00:05 +00:00
"generate:readme": "next-hashicorp markdown-blocks README.md",
2020-04-06 20:27:35 +00:00
"lint": "next-hashicorp lint",
"start": "next-remote-watch ./content/**/*.mdx",
2020-04-06 20:27:35 +00:00
"static": "npm run build && npm run export && cp _redirects out/.",
"linkcheck": "linkcheck https://consul.io"
}
}