Files
nomad/website/package.json
dependabot[bot] 9a1d951f45 chore(deps-dev): bump prettier from 3.2.4 to 3.4.1 in /website (#24573)
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.4.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.4.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 09:40:05 -05:00

30 lines
914 B
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.4.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"
}
}