-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "@leocode/eslint-config",
"version": "2.0.0",
"files": [
"node.js",
"react.js"
],
"scripts": {
"test": "uvu -r tsm test -i fixtures"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">= 5 < 6",
"@typescript-eslint/parser": ">= 5 < 6",
"eslint": ">= 8 < 9",
"eslint-plugin-react": ">= 7.27.0 < 8",
"eslint-plugin-react-hooks": ">= 4.3.0 < 5",
"typescript": ">= 4 < 5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leocode/eslint-config.git"
},
"bugs": {
"url": "https://github.com/leocode/eslint-config/issues"
},
"homepage": "https://github.com/leocode/eslint-config#readme",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@types/eslint": "7.28.2",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"eslint": "8.2.0",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"expect": "27.3.1",
"tsm": "2.1.4",
"typescript": "4.4.4",
"uvu": "0.5.2"
}
}