-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
42
43
44
45
46
47
{
"name": "@strv/eslint-config-react",
"description": "STRV's ESLint config for React projects",
"version": "5.0.0",
"author": "Pavel Prichodko <[email protected]>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
},
"contributors": [
"Robert Rossmann <[email protected]>",
"Danny Kijkov <[email protected]>"
],
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@strv/eslint-config-base": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.0",
"eslint-plugin-react-hooks": "^4.2.0"
},
"engines": {
"node": ">=20"
},
"exports": {
".": "./index.mjs",
"./optional": "./optional.mjs",
"./style": "./style.mjs"
},
"homepage": "https://github.com/strvcom/code-quality-tools/tree/master/packages/eslint-config-react",
"keywords": [
"config",
"eslint",
"react",
"strv"
],
"license": "BSD-3-Clause",
"peerDependencies": {
"eslint": "^8"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/strvcom/code-quality-tools.git"
}
}