2020-04-06 16:27:35 -04:00
|
|
|
{
|
|
|
|
"name": "consul-docs",
|
|
|
|
"description": "Description of your website",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"author": "HashiCorp",
|
|
|
|
"devDependencies": {
|
2024-01-29 17:50:06 -05:00
|
|
|
"@hashicorp/platform-cli": "^2.7.3",
|
|
|
|
"@hashicorp/platform-content-conformance": "^0.0.12",
|
|
|
|
"dart-linkcheck": "^2.0.15",
|
2024-02-01 13:13:27 -05:00
|
|
|
"husky": "^9.0.7",
|
2022-10-06 14:15:47 -05:00
|
|
|
"next": "^12.3.1",
|
2024-01-29 17:50:06 -05:00
|
|
|
"prettier": "^3.2.4"
|
2020-04-06 16:27:35 -04:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-04-05 11:18:57 -05:00
|
|
|
"build": "./scripts/website-build.sh",
|
2020-04-06 16:27:35 -04:00
|
|
|
"format": "next-hashicorp format",
|
2024-02-01 13:13:27 -05:00
|
|
|
"prepare": "cd .. && husky website/.husky",
|
2020-04-06 16:27:35 -04:00
|
|
|
"generate:component": "next-hashicorp generate component",
|
2020-06-11 21:00:05 -04:00
|
|
|
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
2020-04-06 16:27:35 -04:00
|
|
|
"lint": "next-hashicorp lint",
|
2022-04-05 11:18:57 -05:00
|
|
|
"start": "./scripts/website-start.sh",
|
2023-03-08 15:30:38 -06:00
|
|
|
"linkcheck": "linkcheck https://consul.io",
|
|
|
|
"content-check": "hc-content --config base-docs"
|
2021-10-05 13:32:41 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-01-29 17:50:06 -05:00
|
|
|
"npm": ">=9.6.7"
|
2020-04-06 16:27:35 -04:00
|
|
|
}
|
|
|
|
}
|