forked from hashicorp/nomad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 914 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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.2.4"
},
"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"
}
}