mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "nomad-docs-platform",
|
|
"description": "Documentation website for Nomad",
|
|
"version": "1.0.0",
|
|
"author": "HashiCorp",
|
|
"engines": {
|
|
"npm": ">=9.6.7",
|
|
"node": ">=18.x <=20.x"
|
|
},
|
|
"devDependencies": {
|
|
"@hashicorp/platform-cli": "^2.7.3",
|
|
"@hashicorp/platform-content-conformance": "^0.0.12",
|
|
"dart-linkcheck": "^2.0.15",
|
|
"husky": "^9.0.7",
|
|
"next": "14.0.4",
|
|
"prettier": "^3.5.1"
|
|
},
|
|
"overrides": {
|
|
"eslint-plugin-prettier": "5.0.0",
|
|
"ws": "^7.5.10",
|
|
"trim-newlines": "^3.0.1"
|
|
},
|
|
"scripts": {
|
|
"build": "./scripts/website-build.sh",
|
|
"format": "next-hashicorp format",
|
|
"generate:component": "next-hashicorp generate component",
|
|
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
|
"lint": "next-hashicorp lint",
|
|
"start": "./scripts/website-start.sh",
|
|
"linkcheck": "linkcheck https://developer.hashicorp.com/nomad",
|
|
"content-check": "hc-content --config base-docs",
|
|
"prepare": "cd .. && husky website/.husky"
|
|
}
|
|
}
|