|
|
|
|
@ -4,39 +4,39 @@
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"author": "HashiCorp",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@apidevtools/json-schema-ref-parser": "^9.0.6",
|
|
|
|
|
"@hashicorp/mktg-assets": "^1.0.0-alpha.20",
|
|
|
|
|
"@apidevtools/json-schema-ref-parser": "9.0.6",
|
|
|
|
|
"@hashicorp/mktg-assets": "1.0.0-alpha.20",
|
|
|
|
|
"@hashicorp/nextjs-scripts": "13.0.0-canary.1",
|
|
|
|
|
"@hashicorp/react-alert-banner": "^4.1.0",
|
|
|
|
|
"@hashicorp/react-button": "^3.0.1",
|
|
|
|
|
"@hashicorp/react-content": "5.1.0",
|
|
|
|
|
"@hashicorp/react-docs-page": "6.2.0",
|
|
|
|
|
"@hashicorp/react-global-styles": "4.5.0",
|
|
|
|
|
"@hashicorp/react-hashi-stack-menu": "^1.0.5",
|
|
|
|
|
"@hashicorp/react-head": "1.1.3",
|
|
|
|
|
"@hashicorp/react-content": "5.2.1",
|
|
|
|
|
"@hashicorp/react-docs-page": "6.3.1",
|
|
|
|
|
"@hashicorp/react-global-styles": "4.6.1",
|
|
|
|
|
"@hashicorp/react-hashi-stack-menu": "^1.0.6",
|
|
|
|
|
"@hashicorp/react-head": "1.1.4",
|
|
|
|
|
"@hashicorp/react-hero": "^3.1.9",
|
|
|
|
|
"@hashicorp/react-image": "3.0.1",
|
|
|
|
|
"@hashicorp/react-product-downloader": "4.1.3",
|
|
|
|
|
"@hashicorp/react-product-features-list": "^2.1.0",
|
|
|
|
|
"@hashicorp/react-section-header": "2.0.2",
|
|
|
|
|
"@hashicorp/react-product-downloader": "4.1.5",
|
|
|
|
|
"@hashicorp/react-product-features-list": "^2.1.2",
|
|
|
|
|
"@hashicorp/react-section-header": "3.0.0",
|
|
|
|
|
"@hashicorp/react-subnav": "5.0.0",
|
|
|
|
|
"@hashicorp/react-tabs": "^0.6.1",
|
|
|
|
|
"@hashicorp/react-tabs": "1.0.0",
|
|
|
|
|
"@hashicorp/react-use-cases": "2.0.1",
|
|
|
|
|
"@hashicorp/react-vertical-text-block-list": "2.0.3",
|
|
|
|
|
"@hashicorp/react-vertical-text-block-list": "3.0.0",
|
|
|
|
|
"babel-plugin-import-glob-array": "0.2.0",
|
|
|
|
|
"change-case": "^4.1.1",
|
|
|
|
|
"classnames": "^2.2.6",
|
|
|
|
|
"change-case": "4.1.1",
|
|
|
|
|
"classnames": "2.2.6",
|
|
|
|
|
"fs-exists-sync": "0.1.0",
|
|
|
|
|
"gray-matter": "4.0.2",
|
|
|
|
|
"js-yaml": "3.14.0",
|
|
|
|
|
"line-reader": "0.4.0",
|
|
|
|
|
"next": "9.5.3",
|
|
|
|
|
"next": "9.5.5",
|
|
|
|
|
"next-mdx-remote": "1.0.0",
|
|
|
|
|
"react": "16.13.1",
|
|
|
|
|
"react-dom": "16.13.1",
|
|
|
|
|
"react-intersection-observer": "^8.29.0",
|
|
|
|
|
"react-player": "^2.6.2",
|
|
|
|
|
"readdirp": "3.4.0",
|
|
|
|
|
"react-intersection-observer": "8.29.0",
|
|
|
|
|
"react-player": "2.6.2",
|
|
|
|
|
"readdirp": "3.5.0",
|
|
|
|
|
"semver": "^7.3.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
@ -48,9 +48,7 @@
|
|
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "next-hashicorp precommit",
|
|
|
|
|
"post-merge": "post-npm-install",
|
|
|
|
|
"post-rebase": "post-npm-install"
|
|
|
|
|
"pre-commit": "next-hashicorp precommit"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
|