open-nomad/website/package.json

60 lines
2 KiB
JSON
Raw Normal View History

2020-02-06 23:45:31 +00:00
{
"name": "nomad-docs-platform",
2020-12-07 22:04:11 +00:00
"description": "Documentation website for Nomad",
"version": "1.0.0",
2020-02-06 23:45:31 +00:00
"author": "HashiCorp",
"engines": {
"node": "12.x"
},
2020-02-06 23:45:31 +00:00
"dependencies": {
2020-12-07 22:04:11 +00:00
"@hashicorp/mktg-global-styles": "2.1.0",
"@hashicorp/nextjs-scripts": "14.1.3",
2020-12-07 22:04:11 +00:00
"@hashicorp/react-alert-banner": "5.0.0",
"@hashicorp/react-button": "4.0.0",
"@hashicorp/react-call-to-action": "1.0.3",
2021-01-08 20:46:31 +00:00
"@hashicorp/react-content": "6.2.0",
"@hashicorp/react-docs-page": "10.6.0",
2021-01-13 18:21:55 +00:00
"@hashicorp/react-hashi-stack-menu": "^1.1.0",
2020-12-07 22:04:11 +00:00
"@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",
2020-12-07 22:04:11 +00:00
"@hashicorp/react-section-header": "3.0.1",
"@hashicorp/react-subnav": "7.1.0",
"@hashicorp/react-text-split": "1.2.0",
2021-01-08 20:46:31 +00:00
"@hashicorp/react-text-split-with-code": "2.0.5",
2020-12-07 22:04:11 +00:00
"@hashicorp/react-text-split-with-image": "3.0.0",
"@hashicorp/react-use-cases": "2.0.1",
"@hashicorp/react-vertical-text-block-list": "^4.0.1",
2020-07-02 19:28:48 +00:00
"marked": "0.7.0",
2020-12-07 22:04:11 +00:00
"next": "9.5.5",
"next-mdx-remote": "^2.1.3",
2020-12-07 22:04:11 +00:00
"next-remote-watch": "^0.3.0",
2021-01-05 23:45:55 +00:00
"nuka-carousel": "4.7.5",
"react": "16.14.0",
2021-01-05 23:45:55 +00:00
"react-device-detect": "1.15.0",
"react-dom": "16.14.0"
2020-02-06 23:45:31 +00:00
},
"devDependencies": {
2020-07-02 19:28:48 +00:00
"dart-linkcheck": "2.0.15",
"husky": "4.3.8",
2020-12-07 22:04:11 +00:00
"prettier": "2.2.1"
2020-02-06 23:45:31 +00:00
},
"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",
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",
2020-12-07 22:04:11 +00:00
"start": "next-remote-watch ./content/**/*.mdx",
"static": "npm run build && npm run export",
"linkcheck": "linkcheck https://www.nomadproject.io"
2020-02-06 23:45:31 +00:00
}
}