-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.91 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
73
74
{
"name": "@fuelrats/eslint-config-react",
"version": "2.3.0",
"description": "ESLint config for fuelrats react projects",
"license": "MIT",
"author": {
"name": "Cameron Welter",
"email": "[email protected]",
"url": "https://github.com/UncleClapton"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
},
"bugs": {
"url": "https://github.com/FuelRats/eslint-config-fuelrats/issues"
},
"contributors": [
{
"name": "Cameron Welter",
"email": "[email protected]",
"url": "https://github.com/UncleClapton"
},
{
"name": "Trezy",
"email": "[email protected]",
"url": "https://trezy.com"
},
{
"name": "Alex S. Glomsaas",
"email": "[email protected]",
"url": "https://github.com/xlexi"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/FuelRats/eslint-config-fuelrats.git",
"directory": "packages/eslint-config-react"
},
"homepage": "https://github.com/FuelRats/eslint-config-fuelrats",
"keywords": [
"eslint",
"eslintconfig",
"fuelrats",
"javascript",
"ecma2020",
"es2020",
"react"
],
"main": "index.js",
"scripts": {
"release": "yarn publish --non-interactive",
"release:canary": "yarn publish --tag canary --non-interactive"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"@babel/eslint-plugin": "^7.12.1",
"eslint": "^7.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "30.5.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"react": "^17.0.1"
},
"peerDependencies": {
"@babel/core": "^7.11",
"@babel/eslint-parser": "^7.11",
"eslint": "^7.14",
"eslint-plugin-jsx-a11y": "^6.3",
"eslint-plugin-react": "^7.20",
"eslint-plugin-react-hooks": "^4.0.1",
"react": "^16.8 || ^17"
}
}