-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.67 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "eslint-config-react-strong",
"version": "2.4.0",
"description": "ESLint strong config for React and React Native development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svbutko/eslint-config-react-strong.git"
},
"author": "Sergei Butko (https://github.com/svbutko)",
"contributors": [
{
"name": "Sergei Butko",
"url": "https://github.com/svbutko"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/svbutko/eslint-config-react-strong/issues"
},
"homepage": "https://github.com/svbutko/eslint-config-react-strong#readme",
"keywords": [
"eslint",
"eslintconfig",
"config",
"javascript",
"typescript",
"react",
"es2015",
"es2016",
"es2017",
"es2018",
"es2019",
"esnext",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"style",
"styleguide",
"style checker",
"style linter",
"verify"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-unused-imports": "^3.2.0"
},
"peerDependencies": {
"eslint": "^8.57.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"publishConfig": {
"ignore": [
"config/",
"*.md"
]
}
}