package.json 986 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "eslint-config-next",
  3. "version": "14.1.0",
  4. "description": "ESLint configuration used by Next.js.",
  5. "main": "index.js",
  6. "license": "MIT",
  7. "repository": {
  8. "url": "vercel/next.js",
  9. "directory": "packages/eslint-config-next"
  10. },
  11. "homepage": "https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config",
  12. "dependencies": {
  13. "@next/eslint-plugin-next": "14.1.0",
  14. "@rushstack/eslint-patch": "^1.3.3",
  15. "@typescript-eslint/parser": "^5.4.2 || ^6.0.0",
  16. "eslint-import-resolver-node": "^0.3.6",
  17. "eslint-import-resolver-typescript": "^3.5.2",
  18. "eslint-plugin-import": "^2.28.1",
  19. "eslint-plugin-jsx-a11y": "^6.7.1",
  20. "eslint-plugin-react": "^7.33.2",
  21. "eslint-plugin-react-hooks": "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705"
  22. },
  23. "peerDependencies": {
  24. "eslint": "^7.23.0 || ^8.0.0",
  25. "typescript": ">=3.3.1"
  26. },
  27. "peerDependenciesMeta": {
  28. "typescript": {
  29. "optional": true
  30. }
  31. }
  32. }