| { | |
| "name": "eslint-config-next", | |
| "version": "15.4.2-canary.18", | |
| "description": "ESLint configuration used by Next.js.", | |
| "main": "index.js", | |
| "license": "MIT", | |
| "repository": { | |
| "url": "vercel/next.js", | |
| "directory": "packages/eslint-config-next" | |
| }, | |
| "homepage": "https://nextjs.org/docs/app/api-reference/config/eslint", | |
| "dependencies": { | |
| "@next/eslint-plugin-next": "15.4.2-canary.18", | |
| "@rushstack/eslint-patch": "^1.10.3", | |
| "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", | |
| "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", | |
| "eslint-import-resolver-node": "^0.3.6", | |
| "eslint-import-resolver-typescript": "^3.5.2", | |
| "eslint-plugin-import": "^2.31.0", | |
| "eslint-plugin-jsx-a11y": "^6.10.0", | |
| "eslint-plugin-react": "^7.37.0", | |
| "eslint-plugin-react-hooks": "^5.0.0" | |
| }, | |
| "peerDependencies": { | |
| "eslint": "^7.23.0 || ^8.0.0 || ^9.0.0", | |
| "typescript": ">=3.3.1" | |
| }, | |
| "peerDependenciesMeta": { | |
| "typescript": { | |
| "optional": true | |
| } | |
| } | |
| } | |