1 | {
|
2 | "name": "eslint-config-react-app",
|
3 | "version": "7.0.1",
|
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 | "eslint": "^8.0.0"
|
21 | },
|
22 | "dependencies": {
|
23 | "@babel/core": "^7.16.0",
|
24 | "@babel/eslint-parser": "^7.16.3",
|
25 | "@rushstack/eslint-patch": "^1.1.0",
|
26 | "@typescript-eslint/eslint-plugin": "^5.5.0",
|
27 | "@typescript-eslint/parser": "^5.5.0",
|
28 | "babel-preset-react-app": "^10.0.1",
|
29 | "confusing-browser-globals": "^1.0.11",
|
30 | "eslint-plugin-flowtype": "^8.0.3",
|
31 | "eslint-plugin-import": "^2.25.3",
|
32 | "eslint-plugin-jest": "^25.3.0",
|
33 | "eslint-plugin-jsx-a11y": "^6.5.1",
|
34 | "eslint-plugin-react": "^7.27.1",
|
35 | "eslint-plugin-react-hooks": "^4.3.0",
|
36 | "eslint-plugin-testing-library": "^5.0.1"
|
37 | },
|
38 | "engines": {
|
39 | "node": ">=14.0.0"
|
40 | },
|
41 | "gitHead": "19fa58d527ae74f2b6baa0867463eea1d290f9a5"
|
42 | }
|