2020-02-06 23:45:31 +00:00
|
|
|
{
|
|
|
|
"name": "nomad-docs-platform",
|
|
|
|
"description": "Description of your website",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"author": "HashiCorp",
|
|
|
|
"dependencies": {
|
2020-10-06 13:22:55 +00:00
|
|
|
"@hashicorp/nextjs-scripts": "13.0.0",
|
2020-07-02 19:28:48 +00:00
|
|
|
"@hashicorp/react-alert-banner": "3.1.0",
|
2020-10-06 13:22:55 +00:00
|
|
|
"@hashicorp/react-button": "3.0.2",
|
2020-07-02 19:28:48 +00:00
|
|
|
"@hashicorp/react-call-to-action": "0.2.1",
|
|
|
|
"@hashicorp/react-case-study-slider": "2.1.1",
|
|
|
|
"@hashicorp/react-content": "4.0.0",
|
2020-09-22 16:07:43 +00:00
|
|
|
"@hashicorp/react-docs-page": "5.0.1",
|
|
|
|
"@hashicorp/react-docs-sidenav": "4.0.1",
|
2020-07-02 19:28:48 +00:00
|
|
|
"@hashicorp/react-global-styles": "4.4.0",
|
2020-10-14 18:15:48 +00:00
|
|
|
"@hashicorp/react-hashi-stack-menu": "1.0.6",
|
2020-07-02 19:28:48 +00:00
|
|
|
"@hashicorp/react-head": "1.1.1",
|
|
|
|
"@hashicorp/react-hero": "3.1.2",
|
|
|
|
"@hashicorp/react-image": "2.0.1",
|
|
|
|
"@hashicorp/react-inline-svg": "1.0.0",
|
|
|
|
"@hashicorp/react-product-downloader": "4.0.2",
|
2020-09-02 21:21:10 +00:00
|
|
|
"@hashicorp/react-search": "^2.1.0",
|
2020-07-02 19:28:48 +00:00
|
|
|
"@hashicorp/react-section-header": "2.0.0",
|
|
|
|
"@hashicorp/react-subnav": "3.2.3",
|
|
|
|
"@hashicorp/react-text-and-content": "4.1.1",
|
|
|
|
"@hashicorp/react-text-split": "0.3.1",
|
2020-07-02 21:56:09 +00:00
|
|
|
"@hashicorp/react-text-split-with-code": "0.1.1",
|
2020-07-02 19:28:48 +00:00
|
|
|
"@hashicorp/react-text-split-with-image": "1.3.1",
|
|
|
|
"@hashicorp/react-use-cases": "1.0.4",
|
|
|
|
"@hashicorp/react-vertical-text-block-list": "2.0.1",
|
|
|
|
"babel-plugin-import-glob-array": "0.2.0",
|
2020-05-27 03:00:14 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2020-07-02 19:28:48 +00:00
|
|
|
"imagemin-mozjpeg": "9.0.0",
|
|
|
|
"imagemin-optipng": "8.0.0",
|
|
|
|
"imagemin-svgo": "8.0.0",
|
|
|
|
"marked": "0.7.0",
|
2020-10-06 13:22:55 +00:00
|
|
|
"next": "9.5.3",
|
2020-07-02 19:28:48 +00:00
|
|
|
"nuka-carousel": "4.7.0",
|
|
|
|
"react": "16.13.1",
|
|
|
|
"react-device-detect": "1.13.1",
|
2020-09-02 21:21:10 +00:00
|
|
|
"react-dom": "16.13.1"
|
2020-02-06 23:45:31 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-02 19:28:48 +00:00
|
|
|
"dart-linkcheck": "2.0.15",
|
|
|
|
"husky": "4.2.5",
|
|
|
|
"prettier": "2.0.5"
|
2020-02-06 23:45:31 +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",
|
|
|
|
"export": "node --max-old-space-size=2048 ./node_modules/.bin/next export",
|
|
|
|
"format": "next-hashicorp format",
|
|
|
|
"generate:component": "next-hashicorp generate component",
|
2020-06-01 21:48:25 +00:00
|
|
|
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
2020-02-06 23:45:31 +00:00
|
|
|
"lint": "next-hashicorp lint",
|
|
|
|
"start": "rm -rf .next/cache/next-babel-loader/ && next dev",
|
2020-10-06 13:22:55 +00:00
|
|
|
"static": "npm run build && npm run export",
|
|
|
|
"linkcheck": "linkcheck https://www.nomadproject.io"
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
}
|