open-nomad/website/package.json
Noel Quiles e49b15d570
[Website] Updates to homepage, highlighting features (#10019)
* Impl: base structure

* Impl: ComparisonItem/component bg color

* Style comparison items

* CSS: Typography/spacing pass

* Theme detailCta

* Callouts: content pass

* Impl: Logo grid section

* Add proper logos to logoGrid

* Hack: override button colors w/Nomad

* Link enhancements

* Clean up comments

* Revert link wrapping changes

* Remove paragraph after Why Nomad

* Add available links

* GitHub logo to GitLab

* Move callouts to just under Why Nomad? for A ver.

* Test comment to see if Vercel picks up this commit
2021-03-03 17:42:34 -05:00

61 lines
2 KiB
JSON

{
"name": "nomad-docs-platform",
"description": "Documentation website for Nomad",
"version": "1.0.0",
"author": "HashiCorp",
"engines": {
"node": "12.x"
},
"dependencies": {
"@hashicorp/mktg-global-styles": "2.1.0",
"@hashicorp/nextjs-scripts": "16.0.1",
"@hashicorp/react-alert-banner": "5.0.0",
"@hashicorp/react-button": "4.0.0",
"@hashicorp/react-call-to-action": "1.0.3",
"@hashicorp/react-content": "6.2.0",
"@hashicorp/react-docs-page": "10.6.0",
"@hashicorp/react-hashi-stack-menu": "^1.1.0",
"@hashicorp/react-hero": "4.1.0",
"@hashicorp/react-image": "3.0.3",
"@hashicorp/react-inline-svg": "5.0.0",
"@hashicorp/react-product-downloader": "4.1.5",
"@hashicorp/react-section-header": "3.0.1",
"@hashicorp/react-subnav": "7.1.0",
"@hashicorp/react-text-split": "1.2.0",
"@hashicorp/react-text-split-with-code": "2.0.5",
"@hashicorp/react-text-split-with-image": "3.0.0",
"@hashicorp/react-text-split-with-logo-grid": "^3.0.3",
"@hashicorp/react-use-cases": "2.0.1",
"@hashicorp/react-vertical-text-block-list": "^4.0.1",
"marked": "0.7.0",
"next": "10.0.6",
"next-mdx-remote": "^2.1.3",
"next-remote-watch": "^0.3.0",
"nuka-carousel": "4.7.5",
"react": "16.14.0",
"react-device-detect": "1.15.0",
"react-dom": "16.14.0"
},
"devDependencies": {
"dart-linkcheck": "2.0.15",
"husky": "4.3.8",
"prettier": "2.2.1"
},
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit"
}
},
"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",
"generate:readme": "next-hashicorp markdown-blocks README.md",
"lint": "next-hashicorp lint",
"start": "next-remote-watch ./content/**/*.mdx",
"static": "npm run build && npm run export",
"linkcheck": "linkcheck https://www.nomadproject.io"
}
}