diff options
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/web/package.json b/web/package.json index 1323e456..2253d4e1 100644 --- a/web/package.json +++ b/web/package.json @@ -15,7 +15,6 @@ "lucide-react": "^0.322.0", "next": "14.1.0", "next-auth": "^4.24.5", - "prisma": "^5.9.1", "react": "^18", "react-dom": "^18", "tailwind-merge": "^2.2.1", @@ -30,7 +29,16 @@ "autoprefixer": "^10.0.1", "postcss": "^8", "tailwindcss": "^3.3.0", - "eslint": "^8", - "eslint-config-next": "14.1.0" + "eslint": "^8.56.0", + "eslint-config-next": "14.1.0", + "@next/eslint-plugin-next": "^14.1.0", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-react": "^7.33.2", + "eslint-plugin-react-hooks": "^4.6.0", + "install": "^0.13.0", + "prettier": "^3.2.5", + "prisma": "^5.9.1" } } |
