open-consul/website/package.json

82 lines
2.9 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": {
2020-04-27 20:03:42 +00:00
"@bugsnag/js": "^7.0.1",
"@bugsnag/plugin-react": "^7.0.1",
"@hashicorp/mktg-assets": "^1.0.0-alpha.7",
2020-04-22 20:06:08 +00:00
"@hashicorp/nextjs-scripts": "^6.1.0",
2020-04-06 20:27:35 +00:00
"@hashicorp/react-alert": "^2.0.0",
2020-04-28 17:53:30 +00:00
"@hashicorp/react-alert-banner": "^3.0.13",
2020-04-27 20:03:42 +00:00
"@hashicorp/react-button": "^2.1.9",
"@hashicorp/react-call-to-action": "^0.1.6",
"@hashicorp/react-case-study-slider": "^2.0.13",
2020-04-23 23:27:40 +00:00
"@hashicorp/react-code-block": "^1.2.7",
2020-04-27 20:03:42 +00:00
"@hashicorp/react-consent-manager": "^2.0.9",
2020-04-06 20:27:35 +00:00
"@hashicorp/react-content": "^3.0.0-0",
2020-04-23 23:27:40 +00:00
"@hashicorp/react-docs-page": "^1.3.1",
"@hashicorp/react-docs-sidenav": "^3.2.3",
2020-04-06 20:27:35 +00:00
"@hashicorp/react-docs-sitemap": "^1.0.0",
"@hashicorp/react-enterprise-alert": "^2.1.0",
2020-04-27 20:03:42 +00:00
"@hashicorp/react-footer": "^3.1.14",
"@hashicorp/react-global-styles": "^4.2.0",
2020-04-06 20:27:35 +00:00
"@hashicorp/react-head": "^0.1.1",
2020-04-27 20:03:42 +00:00
"@hashicorp/react-hero": "^3.0.7",
2020-04-06 20:27:35 +00:00
"@hashicorp/react-image": "^2.0.1",
"@hashicorp/react-inline-svg": "^1.0.0",
2020-04-27 20:03:42 +00:00
"@hashicorp/react-logo-grid": "^2.0.11",
2020-04-06 20:27:35 +00:00
"@hashicorp/react-mega-nav": "^4.0.1-2",
2020-04-27 20:03:42 +00:00
"@hashicorp/react-product-downloader": "^3.1.2",
2020-04-06 20:27:35 +00:00
"@hashicorp/react-section-header": "^2.0.0",
2020-04-27 20:03:42 +00:00
"@hashicorp/react-subnav": "^3.1.1",
"@hashicorp/react-text-and-content": "^4.0.9",
"@hashicorp/react-text-split": "^0.2.6",
"@hashicorp/react-text-split-with-code": "0.0.9",
"@hashicorp/react-text-split-with-image": "^1.2.6",
"@hashicorp/react-text-split-with-logo-grid": "^1.0.4",
2020-04-13 18:05:52 +00:00
"@hashicorp/react-use-cases": "^1.0.4",
2020-04-06 20:27:35 +00:00
"@hashicorp/react-vertical-text-block-list": "^2.0.1",
"babel-plugin-import-glob-array": "^0.2.0",
2020-04-27 20:03:42 +00:00
"highlight.js": "^10.0.1",
2020-04-06 20:27:35 +00:00
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.1.0",
"imagemin-svgo": "^7.1.0",
"isomorphic-unfetch": "^3.0.0",
"marked": "^0.7.0",
"next": "9.3.5",
2020-04-06 20:27:35 +00:00
"nprogress": "^0.2.0",
2020-04-23 23:27:40 +00:00
"nuka-carousel": "^4.6.7",
2020-04-06 20:27:35 +00:00
"react": "^16.13.1",
2020-04-27 20:03:42 +00:00
"react-device-detect": "^1.12.0",
2020-04-06 20:27:35 +00:00
"react-dom": "^16.13.1",
"slugify": "^1.4.0",
"stringify-object": "^3.3.0"
},
"devDependencies": {
"dart-linkcheck": "^2.0.15",
"glob": "^7.1.6",
2020-04-10 21:12:41 +00:00
"husky": "^4.2.5",
2020-04-06 20:27:35 +00:00
"inquirer": "^7.1.0",
"prettier": "^2.0.5"
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=2048 ./node_modules/.bin/next build",
"dynamic": "NODE_ENV=production next build && next start",
"export": "node --max-old-space-size=2048 ./node_modules/.bin/next export",
"format": "next-hashicorp format",
"generate:component": "next-hashicorp generate component",
"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"
}
}