diff --git a/package.json b/package.json index 0853b19..1457e1f 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "eslint-plugin-jsonc": "^2.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.11", + "husky": "^8.0.2", "lint-staged": "^13.1.0", "rollup": "^3.5.1", "rollup-plugin-polyfill-node": "^0.11.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5059b07..9ce412c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,6 +19,7 @@ specifiers: eslint-plugin-jsonc: ^2.5.0 eslint-plugin-prettier: ^4.2.1 eslint-plugin-react: ^7.31.11 + husky: ^8.0.2 lint-staged: ^13.1.0 rollup: ^3.5.1 rollup-plugin-polyfill-node: ^0.11.0 @@ -46,6 +47,7 @@ devDependencies: eslint-plugin-jsonc: 2.5.0_eslint@8.29.0 eslint-plugin-prettier: 4.2.1_nrhoyyjffvfyk4vtlt5destxgm eslint-plugin-react: 7.31.11_eslint@8.29.0 + husky: 8.0.2 lint-staged: 13.1.0 rollup: 3.5.1 rollup-plugin-polyfill-node: 0.11.0_rollup@3.5.1 @@ -3131,6 +3133,12 @@ packages: engines: {node: '>=12.20.0'} dev: true + /husky/8.0.2: + resolution: {integrity: sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==} + engines: {node: '>=14'} + hasBin: true + dev: true + /ignore/5.2.1: resolution: {integrity: sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==} engines: {node: '>= 4'}