-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
66 lines (66 loc) · 1.14 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
{
"name": "eslint-config-xo-react",
"version": "0.27.0",
"description": "ESLint shareable config for React to be used with eslint-config-xo",
"license": "MIT",
"repository": "xojs/eslint-config-xo-react",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=12"
},
"scripts": {
"test": "ava"
},
"files": [
"index.js",
"space.js"
],
"keywords": [
"react",
"jsx",
"eslintconfig",
"xo",
"xoxo",
"hugs",
"kisses",
"happy",
"happiness",
"code",
"quality",
"style",
"lint",
"linter",
"jscs",
"jshint",
"jslint",
"eslint",
"validate",
"code style",
"standard",
"strict",
"check",
"checker",
"verify",
"enforce",
"hint",
"simple"
],
"devDependencies": {
"ava": "^2.4.0",
"eslint": "^8.6.0",
"eslint-plugin-react": "^7.29.0",
"eslint-plugin-react-hooks": "^4.3.0",
"is-plain-obj": "^3.0.0",
"react": "^17.0.2"
},
"peerDependencies": {
"eslint": ">=8.6.0",
"eslint-plugin-react": ">=7.29.0",
"eslint-plugin-react-hooks": ">=4.3.0"
}
}