-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.5 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
{
"name": "@fieryeagle/eslint-config-react",
"version": "0.0.6",
"main": "index.js",
"files": [
"index.js",
".prettierrc.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cheshirecode/eslint-config-react.git"
},
"author": "cheshireCode <[email protected]>",
"license": "MIT",
"scripts": {
"test": "tap --reporter=list",
"test:watch": "tap -w --reporter=list",
"test:lcov": "nyc --reporter=lcov tap",
"fix": "eslint --fix --no-eslintrc -c index.js"
},
"dependencies": {
"@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"eslint": "^7.12.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
},
"devDependencies": {
"@types/eslint": "^7.12.0",
"@types/react": "^18.0.9",
"@types/tap": "^15.0.7",
"tap": "^16.2.0"
},
"bugs": {
"url": "https://github.com/cheshirecode/eslint-config-react/issues"
},
"homepage": "https://github.com/cheshirecode/eslint-config-react#readme",
"description": "common eslint + prettier config for React with workaround for its own dependencies"
}