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",
|
2020-11-02 16:28:47 +00:00
|
|
|
"engines": {
|
2021-12-13 21:21:57 +00:00
|
|
|
"node": "14.x - 16.x",
|
2021-10-05 18:31:14 +00:00
|
|
|
"npm": ">=7.0.0"
|
2020-11-02 16:28:47 +00:00
|
|
|
},
|
2020-02-06 23:45:31 +00:00
|
|
|
"devDependencies": {
|
2023-02-06 22:37:50 +00:00
|
|
|
"@hashicorp/platform-cli": "^2.6.0",
|
2023-03-09 18:47:46 +00:00
|
|
|
"@hashicorp/platform-content-conformance": "^0.0.10",
|
2023-02-06 22:37:50 +00:00
|
|
|
"dart-linkcheck": "^2.0.15",
|
2022-05-05 14:53:22 +00:00
|
|
|
"husky": "4.3.8",
|
2022-10-06 18:48:11 +00:00
|
|
|
"next": "^12.3.1",
|
2022-05-05 14:53:22 +00:00
|
|
|
"prettier": "2.2.1"
|
2020-02-06 23:45:31 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "next-hashicorp precommit"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-05-05 14:53:22 +00:00
|
|
|
"build": "./scripts/website-build.sh",
|
2020-02-06 23:45:31 +00:00
|
|
|
"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",
|
2022-05-05 14:53:22 +00:00
|
|
|
"start": "./scripts/website-start.sh",
|
2023-02-06 22:37:50 +00:00
|
|
|
"linkcheck": "linkcheck https://www.nomadproject.io",
|
|
|
|
"content-check": "hc-content --config base-docs"
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
}
|