{
  "name": "@karma/web-eslint-config",
  "version": "0.0.0",
  "private": true,
  "description": "Shared ESLint configurations (karma-t web).",
  "files": [
    "./base.js",
    "./nextjs.js",
    "./react.js"
  ],
  "scripts": {
    "clean": "git clean -xdf .turbo node_modules",
    "format": "prettier --check \"**/*.{js,json}\"",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit"
  },
  "prettier": "@karma/web-prettier-config",
  "dependencies": {
    "@next/eslint-plugin-next": "^15.1.0",
    "@types/eslint": "^8.44.8",
    "@typescript-eslint/eslint-plugin": "^7.3.1",
    "@typescript-eslint/parser": "^7.3.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-turbo": "^2.0.6",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0"
  },
  "devDependencies": {
    "@karma/web-prettier-config": "workspace:*",
    "@karma/web-tsconfig": "workspace:*",
    "eslint": "^8.55.0",
    "turbo": "^2.0.6",
    "typescript": "^5.3.3"
  }
}
