-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
41
{
"name": "@lmc-eu/eslint-config-react",
"version": "2.0.5",
"description": "LMC's ESlint configuration for React projects",
"keywords": [
"eslint",
"config",
"react",
"preset"
],
"author": "Tomáš Litera <[email protected]>",
"homepage": "https://github.com/lmc-eu/code-quality-tools#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "^16 || ^18 || >=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmc-eu/code-quality-tools.git",
"directory": "packages/eslint-config-react"
},
"bugs": {
"url": "https://github.com/lmc-eu/code-quality-tools/issues"
},
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@lmc-eu/eslint-config-base": "^3.1.2",
"eslint-config-airbnb": "^19.0.2"
},
"peerDependencies": {
"@babel/preset-react": "^7.16.5",
"eslint": "^8.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0"
}
}