forked from codepunkt/eslint-config-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 856 Bytes
/
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
{
"name": "@codepunkt/eslint-config-react",
"version": "1.1.0",
"description": "opinionated ESLint configuration based on create-react-app that installs with all required dependencies",
"repository": {
"type": "git",
"url": "https://github.com/codepunkt/eslint-config-react.git"
},
"license": "MIT",
"files": [
"index.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"babel-eslint": "^10.1.0",
"confusing-browser-globals": "^1.0.11",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0"
},
"peerDependencies": {
"eslint": "^8.0.0"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
}