examples.waku.org/package.json
dependabot[bot] 5cd29d664f
chore(deps): bump gh-pages from 4.0.0 to 5.0.0
Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-version: 5.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-27 10:19:33 +00:00

23 lines
509 B
JSON

{
"dependencies": {
"gh-pages": "^5.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"eslint": "^8.29.0",
"eslint-config-next": "13.5.6",
"husky": "^8.0.0",
"prettier": "^2.8.1",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.4"
},
"scripts": {
"prepare": "husky install"
},
"lint-staged": {
"*.{html,css,js,ts,jsx,tsx,json}": "prettier --write",
"*.{js,ts}": "eslint --fix"
}
}