-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"name": "@skan-io/eslint-config-react",
"version": "0.0.0-semantically-released",
"description": "React eslint config for ecma script standard (stage 2)",
"main": "index.js",
"scripts": {
"test": "eslint -c index.js .",
"cd": "run release",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skan-io/eslint-config-react.git"
},
"keywords": [
"eslint",
"config",
"react"
],
"author": "Skan Admin <admin@skan.io> (https://skan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/skan-io/eslint-config-react/issues"
},
"homepage": "https://github.com/skan-io/eslint-config-react#readme",
"peerDependencies": {
"eslint": ">= 5"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"commitizen": "3.0.5",
"cz-conventional-changelog": "2.1.0",
"npx-run": "2.1.2",
"semantic-release": "15.13.3"
},
"dependencies": {
"@skan-io/eslint-config-base": "1.1.0",
"eslint": "5.16.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-react": "^7.12.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}