Files
nomad/website/package.json
dependabot[bot] b36b9d3afb chore(deps-dev): bump prettier from 3.5.1 to 3.5.2 in /website
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.1 to 3.5.2.
- [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.5.1...3.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-23 09:25:37 +00:00

35 lines
1.0 KiB
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.5.2"
},
"overrides": {
"eslint-plugin-prettier": "5.0.0",
"ws": "^7.5.10",
"trim-newlines": "^3.0.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"
}
}