-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.24 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
{
"name": "@cherihung/eslint-config-gatsby",
"version": "1.0.7",
"description": "ESLint rules for gatsby starter",
"author": "Chienyi Cheri Hung (http://cyh.io)",
"main": "index.js",
"scripts": {
"find-rules": "eslint-find-rules --unused ./index.js",
"projectz": "node ./node_modules/.bin/projectz compile"
},
"repository": {
"type": "git",
"url": "https://github.com/cherihung/eslint-config-gatsby.git"
},
"keywords": [
"eslint",
"eslintconfig"
],
"homepage": "https://github.com/cherihung/eslint-config-gatsby",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"eslint": "^4.2.0"
},
"dependencies": {
"babel-eslint": "^7.2.3",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.1",
"projectz": "^1.4.0"
},
"devDependencies": {
"eslint": "^4.2.0",
"eslint-find-rules": "^3.1.1"
},
"badges": {
"list": [
"npmversion",
"daviddm",
"daviddmdev"
]
},
"maintainers": [],
"contributors": [
"Chienyi Cheri Hung (www.cyh.io)"
],
"bugs": {
"url": "https://github.com/cherihung/eslint-config-gatsby/issues"
}
}