-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.26 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": "@eclass/eslint-config-react",
"version": "2.1.1",
"description": "eslint shareable config for react",
"main": "index.js",
"scripts": {
"lint": "eslint . --fix",
"format": "prettier-standard '*.js'",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/eclass/eslint-config-react"
},
"keywords": [
"eslint",
"eslint-config",
"eclass",
"react",
"typescript"
],
"engines": {
"node": ">=14.0.0"
},
"author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)",
"license": "MIT",
"bugs": {
"url": "https://github.com/eclass/eslint-config-react/issues"
},
"homepage": "https://github.com/eclass/eslint-config-react#readme",
"dependencies": {
"eslint-config-prettier": "9.0.0",
"eslint-config-react-app": "7.0.1",
"eslint-config-standard": "17.1.0"
},
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@eclass/semantic-release-npm-github-config": "4.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"babel-eslint": "10.1.0",
"eslint": "8.54.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier-standard": "15.0.1",
"semantic-release": "22.0.8",
"typescript": "5.3.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2.28.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"@typescript-eslint/parser": "^2.28.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": ">=5 || >=6 || >=7 || >=8",
"eslint-plugin-flowtype": "^4.7.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.2.0"
}
}