-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.62 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
54
55
56
57
58
{
"name": "@wonderflow/eslint-config",
"description": "Wonderflow eslint sharable configuration",
"version": "1.1.11",
"author": "Wonderflow",
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wonderflow-bv/eslint-config-wonderflow.git"
},
"keywords": [
"design-system",
"wonderflow",
"configurations",
"eslint"
],
"bugs": {
"url": "https://github.com/wonderflow-bv/eslint-config-wonderflow/issues"
},
"homepage": "https://github.com/wonderflow-bv/eslint-config-wonderflow#readme",
"scripts": {
"lint": "eslint \"index.js\"",
"lint:commits": "commitlint --edit",
"prepare": "is-ci || husky install",
"release": "semantic-release"
},
"peerDependencies": {
"eslint": "7.x"
},
"devDependencies": {
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.2",
"@semantic-release/npm": "8.0.3",
"@semantic-release/release-notes-generator": "10.0.3",
"commit-analyzer-fail-on-no-release": "1.0.1",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.30.0",
"husky": "7.0.4",
"semantic-release": "18.0.1"
},
"dependencies": {
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"is-ci": "3.0.1"
}
}