-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 KB
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": "eslint-config-4catalyzer-react",
"version": "1.3.0",
"description": "4Catalyzer React ESLint config",
"files": [
"*.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/4Catalyzer/javascript",
"directory": "packages/eslint-config-4catalyzer-react"
},
"keywords": [
"eslint"
],
"author": "4Catalyzer",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"jest": {
"preset": "@4c/jest-preset",
"testEnvironment": "node"
},
"dependencies": {
"eslint-config-4catalyzer": "^1.5.0",
"eslint-config-airbnb": "^19.0.4"
},
"peerDependencies": {
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0"
},
"devDependencies": {
"@4c/jest-preset": "^1.8.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^28.1.3",
"lodash": "^4.17.21",
"react": "^18.3.1"
}
}