-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "@eddlondon/eslint-config-react",
"version": "1.9.0",
"description": "This package provides EDD London's .eslintrc as an extensible shared config.",
"main": "index.js",
"keywords": [
"eslint",
"eslintconfig",
"config",
"EDD London"
],
"author": {
"name": "EDD London"
},
"license": "ISC",
"scripts": {
"push": "npm version patch && git push",
"push-patch": "npm version patch --force && git push",
"push-minor": "npm version minor && git push",
"push-major": "npm version major && git push"
},
"repository": {
"type": "git",
"url": "https://github.com/edd-london/eslint-config-react.git"
},
"dependencies": {
"eslint-config-prettier": "^8.10.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-mdx": "^2.3.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-unicorn": "^45.0.2"
},
"peerDependencies": {
"eslint": ">=8",
"prettier": ">=2",
"typescript": ">=4"
},
"packageManager": "[email protected]"
}