-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.84 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
{
"name": "@weahead/eslint-config-react",
"version": "0.14.0",
"description": "We aheads shareable eslint config for React projects.",
"main": "index.js",
"scripts": {
"commit": "commit",
"eslint": "eslint --fix '*.js'",
"prettier": "prettier --write '*.js' '*.json'",
"postinstall": "node scripts/postinstall.js"
},
"author": "We ahead <[email protected]>",
"license": "X11",
"keywords": [
"eslint",
"eslintconfig"
],
"peerDependencies": {
"babel-eslint": ">=9",
"eslint": ">=5",
"eslint-plugin-babel": ">=5",
"eslint-plugin-import": ">=2",
"eslint-plugin-jest": ">=23",
"eslint-plugin-jsx-a11y": ">=6.2.3",
"eslint-plugin-react": ">=7",
"eslint-plugin-react-hooks": ">=1",
"eslint-plugin-simple-import-sort": ">=6"
},
"devDependencies": {
"@commitlint/cli": "8.1.0",
"@commitlint/config-conventional": "8.1.0",
"@commitlint/prompt-cli": "8.1.0",
"@weahead/commitlint-config": "0.2.0",
"@weahead/eslint-config-tool": "0.3.0",
"@weahead/husky-config": "0.5.0",
"@weahead/lint-staged-config": "0.5.0",
"@weahead/prettier-config": "0.2.0",
"babel-eslint": "10.0.2",
"eslint": "6.1.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.2",
"eslint-plugin-react-hooks": "1.6.1",
"eslint-plugin-simple-import-sort": "4.0.0",
"husky": "3.0.1",
"lint-staged": "9.2.1",
"package-change-checker": "1.2.4",
"prettier": "1.18.2"
},
"files": [
"index.js",
"scripts/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/weahead/eslint-config-react.git"
},
"bugs": {
"url": "https://github.com/weahead/eslint-config-react/issues"
},
"homepage": "https://github.com/weahead/eslint-config-react#readme"
}