2020-04-06 20:27:35 +00:00
|
|
|
{
|
|
|
|
"name": "consul-docs",
|
|
|
|
"description": "Description of your website",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"author": "HashiCorp",
|
|
|
|
"devDependencies": {
|
2021-10-05 18:32:41 +00:00
|
|
|
"@hashicorp/platform-cli": "^1.2.0",
|
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",
|
2022-10-06 19:15:47 +00:00
|
|
|
"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": {
|
2022-04-05 16:18:57 +00:00
|
|
|
"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",
|
2022-04-05 16:18:57 +00:00
|
|
|
"start": "./scripts/website-start.sh",
|
2020-04-06 20:27:35 +00:00
|
|
|
"linkcheck": "linkcheck https://consul.io"
|
2021-10-05 18:32:41 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"npm": ">=7.0.0"
|
2020-04-06 20:27:35 +00:00
|
|
|
}
|
|
|
|
}
|