-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "@dking/eslint-config-react",
"version": "0.0.3",
"description": "eslint-config-react for hasaki-cli",
"main": "index.js",
"keywords": [
"eslint",
"eslint-config",
"eslint-config-react",
"hasaki-cli",
"@dking/hasaki-cli"
],
"author": "JohnApache",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/JohnApache/eslint-config-react.git"
},
"bugs": {
"url": "https://github.com/JohnApache/eslint-config-react/issues"
},
"homepage": "https://github.com/JohnApache/eslint-config-react#readme",
"scripts": {
"lint": "eslint src --ext .js --cache --fix",
"prepublishOnly": "npm run lint"
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0"
},
"peerDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"babel-eslint": "^10.0.1"
}
}