package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@react-native-community/eslint-config",
  3. "version": "3.2.0",
  4. "description": "ESLint config for React Native",
  5. "main": "index.js",
  6. "license": "MIT",
  7. "repository": {
  8. "type": "git",
  9. "url": "git@github.com:facebook/react-native.git",
  10. "directory": "packages/eslint-config-react-native-community"
  11. },
  12. "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native-community#readme",
  13. "dependencies": {
  14. "@babel/core": "^7.14.0",
  15. "@babel/eslint-parser": "^7.18.2",
  16. "@react-native-community/eslint-plugin": "^1.1.0",
  17. "@typescript-eslint/eslint-plugin": "^5.30.5",
  18. "@typescript-eslint/parser": "^5.30.5",
  19. "eslint-config-prettier": "^8.5.0",
  20. "eslint-plugin-eslint-comments": "^3.2.0",
  21. "eslint-plugin-ft-flow": "^2.0.1",
  22. "eslint-plugin-jest": "^26.5.3",
  23. "eslint-plugin-prettier": "^4.2.1",
  24. "eslint-plugin-react": "^7.30.1",
  25. "eslint-plugin-react-hooks": "^4.6.0",
  26. "eslint-plugin-react-native": "^4.0.0"
  27. },
  28. "peerDependencies": {
  29. "eslint": ">=8",
  30. "prettier": ">=2"
  31. },
  32. "devDependencies": {
  33. "eslint": "^8.19.0",
  34. "prettier": "^2.4.1"
  35. }
  36. }