-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "eslint-config-ronik",
"version": "1.5.2",
"description": "ESLint shareable config for Ronik Design.",
"license": "ISC",
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronik-design/eslint-config-ronik.git"
},
"author": "Michael Shick <[email protected]>",
"bugs": {
"url": "https://github.com/ronik-design/eslint-config-ronik/issues"
},
"homepage": "https://github.com/ronik-design/eslint-config-ronik#readme",
"devDependencies": {
"ava": "^0.15.2",
"clear-require": "^1.0.1",
"eslint": "^3.14.0",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.9.0",
"is-plain-obj": "^1.1.0",
"temp-write": "^2.1.0"
},
"dependencies": {
"eslint-config-xo": "^0.17.0",
"eslint-config-xo-react": "^0.10.0"
},
"peerDependencies": {
"eslint": "^3.1.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.2.0"
},
"optionalDependencies": {
"eslint-import-resolver-webpack": "^0.4.0",
"eslint-plugin-react": "^6.9.0"
}
}