{ "name": "@homarr/eslint-config", "version": "0.2.0", "private": true, "license": "MIT", "type": "module", "exports": { "./base": "./base.js", "./nextjs": "./nextjs.js", "./react": "./react.js" }, "scripts": { "clean": "rm -rf .turbo node_modules", "format": "prettier --check . --ignore-path ../../.gitignore", "lint": "eslint", "typecheck": "tsc --noEmit" }, "prettier": "@homarr/prettier-config", "dependencies": { "@next/eslint-plugin-next": "^14.2.22", "eslint-config-prettier": "^9.1.0", "eslint-config-turbo": "^2.3.3", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.3", "eslint-plugin-react-hooks": "^5.1.0", "typescript-eslint": "^8.19.0" }, "devDependencies": { "@homarr/prettier-config": "workspace:^0.1.0", "@homarr/tsconfig": "workspace:^0.1.0", "eslint": "^9.17.0", "typescript": "^5.7.2" } }