-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "eslint-config-viralize-react",
"version": "8.1.0",
"description": "Viralize react eslint rules",
"repository": {
"type": "git",
"url": "https://github.com/Viralize/eslint-config-viralize-base"
},
"keywords": [
"eslint",
"react",
"eslintconfig",
"config",
"viralize",
"javascript"
],
"author": "Lorenzo Bugiani (lorenzo.bugiani@viralize.com)",
"license": "MIT",
"main": "index.js",
"scripts": {
"release:major": "node ./scripts/major",
"release:minor": "node ./scripts/minor",
"release:patch": "node ./scripts/patch"
},
"peerDependencies": {
"eslint": "5.16.0 || ^6 || ^7",
"eslint-config-airbnb": "17.1.1 || ^18",
"eslint-config-viralize-common": "^7.0.3",
"eslint-config-viralize-es6": "^6.0.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "^4.0.4"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.1",
"eslint-config-viralize-common": "7.0.3",
"eslint-config-viralize-es6": "6.0.3",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.4",
"release-it": "13.6.2",
"semver": "7.3.2"
}
}