-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "eslint-config-react-app-bump",
"version": "1.0.25",
"description": "A clone of the eslint-config-react-app package with updated dependencies",
"repository": {
"type": "git",
"url": "https://github.com/chiefmikey/eslint-config-react-app-bump.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/chiefmikey/eslint-config-react-app-bump/issues"
},
"files": [
"base.js",
"index.js",
"jest.js"
],
"peerDependencies": {
"eslint": "^8.0.0"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^7.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}