-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "@ttgint/eslint-config-react",
"version": "3.0.0",
"description": "ESLint config for React projects",
"main": "index.js",
"scripts": {
"lint": "standard --fix | snazzy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ttgint/eslint-config-react.git"
},
"author": "Cemre Mengu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ttgint/eslint-config-react/issues"
},
"homepage": "https://github.com/ttgint/eslint-config-react#readme",
"peerDependencies": {
"eslint": "^6.2.1",
"prettier": "^1.18.2"
},
"dependencies": {
"babel-eslint": "10.x",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-config-react-app": "5.1.0",
"eslint-plugin-react": "7.x",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react-hooks": "1.x"
},
"devDependencies": {
"eslint": "^6.7.2",
"prettier": "^1.19.1",
"snazzy": "^8.0.0",
"standard": "^14.3.1"
}
}