diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index 86a7fff4b..f89a71931 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,14 +44,16 @@ "@types/node": "^20.12.6", "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", + "@typescript-eslint/eslint-plugin": "^7.16.0", + "@typescript-eslint/parser": "^7.16.0", "@vite-pwa/assets-generator": "^0.2.4", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-v8": "^1.4.0", "@vitest/ui": "^1.2.2", "clsx": "^2.1.0", "eslint": "^8.57.0", - "eslint-config-react-app": "^7.0.1", "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-refresh": "^0.4.7", "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-testing-library": "^6.2.0", "husky": "^9.0.11", |