open-consul/website/package.json

59 lines
2.1 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": "2.1.0",
"@hashicorp/nextjs-scripts": "13.0.0-canary.1",
"@hashicorp/react-alert-banner": "5.0.0",
"@hashicorp/react-button": "4.0.0",
"@hashicorp/react-call-to-action": "1.0.3",
"@hashicorp/react-docs-page": "10.1.0",
"@hashicorp/react-featured-slider": "1.1.10",
"@hashicorp/react-hashi-stack-menu": "^1.0.10",
"@hashicorp/react-head": "1.1.6",
"@hashicorp/react-image": "3.0.3",
"@hashicorp/react-inline-svg": "1.0.2",
"@hashicorp/react-product-downloader": "4.1.5",
"@hashicorp/react-product-features-list": "3.0.0",
"@hashicorp/react-section-header": "3.0.1",
"@hashicorp/react-subnav": "7.1.0",
"@hashicorp/react-text-split": "1.1.1",
"@hashicorp/react-text-split-with-code": "1.0.1",
"@hashicorp/react-text-split-with-image": "2.0.1",
"@hashicorp/react-use-cases": "2.0.1",
"@hashicorp/react-vertical-text-block-list": "3.0.1",
"next": "9.5.5",
"next-mdx-remote": "1.0.1",
"next-remote-watch": "0.3.0",
"nuka-carousel": "4.7.4",
2020-07-02 19:05:28 +00:00
"react": "16.13.1",
"react-device-detect": "1.14.0",
"react-dom": "16.13.1"
2020-04-06 20:27:35 +00:00
},
"devDependencies": {
2020-07-02 19:05:28 +00:00
"dart-linkcheck": "2.0.15",
"husky": "4.3.5",
"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": "rm -rf .next/cache/next-babel-loader/ && next dev",
"static": "npm run build && npm run export && cp _redirects out/.",
"linkcheck": "linkcheck https://consul.io"
}
}