mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
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>
23 lines
509 B
JSON
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"
|
|
}
|
|
}
|