34 lines
1.0 KiB
JSON
Executable File
34 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": "eslint-config-next",
|
|
"version": "15.0.1",
|
|
"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/building-your-application/configuring/eslint#eslint-config",
|
|
"dependencies": {
|
|
"@next/eslint-plugin-next": "15.0.1",
|
|
"@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.35.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
|
|
}
|
|
}
|
|
}
|