open-consul/website/package.json

34 lines
911 B
JSON
Raw Permalink Normal View History

2020-04-06 20:27:35 +00:00
{
"name": "consul-docs",
"description": "Description of your website",
"version": "0.0.1",
"author": "HashiCorp",
"devDependencies": {
"@hashicorp/platform-cli": "^2.6.0",
"@hashicorp/platform-content-conformance": "^0.0.10",
2020-07-02 19:05:28 +00:00
"dart-linkcheck": "2.0.15",
2022-04-19 17:32:02 +00:00
"husky": "4.3.8",
"next": "^12.3.1",
2022-04-19 17:32:02 +00:00
"prettier": "2.2.1"
2020-04-06 20:27:35 +00:00
},
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit"
}
},
"main": "index.js",
"scripts": {
"build": "./scripts/website-build.sh",
2020-04-06 20:27:35 +00:00
"format": "next-hashicorp format",
"generate:component": "next-hashicorp generate component",
2020-06-12 01:00:05 +00:00
"generate:readme": "next-hashicorp markdown-blocks README.md",
2020-04-06 20:27:35 +00:00
"lint": "next-hashicorp lint",
"start": "./scripts/website-start.sh",
"linkcheck": "linkcheck https://consul.io",
"content-check": "hc-content --config base-docs"
},
"engines": {
"npm": ">=7.0.0"
2020-04-06 20:27:35 +00:00
}
}