web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.2 KiB

  1. {
  2. "name": "eslint-config-react-app",
  3. "version": "6.0.0",
  4. "description": "ESLint configuration used by Create React App",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/facebook/create-react-app.git",
  8. "directory": "packages/eslint-config-react-app"
  9. },
  10. "license": "MIT",
  11. "bugs": {
  12. "url": "https://github.com/facebook/create-react-app/issues"
  13. },
  14. "files": [
  15. "base.js",
  16. "index.js",
  17. "jest.js"
  18. ],
  19. "peerDependencies": {
  20. "@typescript-eslint/eslint-plugin": "^4.0.0",
  21. "@typescript-eslint/parser": "^4.0.0",
  22. "babel-eslint": "^10.0.0",
  23. "eslint": "^7.5.0",
  24. "eslint-plugin-flowtype": "^5.2.0",
  25. "eslint-plugin-import": "^2.22.0",
  26. "eslint-plugin-jest": "^24.0.0",
  27. "eslint-plugin-jsx-a11y": "^6.3.1",
  28. "eslint-plugin-react": "^7.20.3",
  29. "eslint-plugin-react-hooks": "^4.0.8",
  30. "eslint-plugin-testing-library": "^3.9.0"
  31. },
  32. "peerDependenciesMeta": {
  33. "eslint-plugin-jest": {
  34. "optional": true
  35. },
  36. "eslint-plugin-testing-library": {
  37. "optional": true
  38. }
  39. },
  40. "dependencies": {
  41. "confusing-browser-globals": "^1.0.10"
  42. },
  43. "engines": {
  44. "node": "^10.12.0 || >=12.0.0"
  45. },
  46. "gitHead": "ed958938f642007645dd5ac3466db36202f8754e"
  47. }