-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2 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
59
60
61
62
63
64
65
66
{
"name": "eslint-config-fuelrats",
"version": "2.3.0",
"description": "Monorepo for @fuelrats/eslint-config[-react]!",
"private": true,
"license": "MIT",
"author": {
"name": "Cameron Welter",
"email": "[email protected]",
"url": "https://github.com/UncleClapton"
},
"bugs": {
"url": "https://github.com/FuelRats/eslint-config-fuelrats/issues"
},
"contributors": [
{
"name": "Cameron Welter",
"email": "[email protected]",
"url": "https://github.com/UncleClapton"
},
{
"name": "Trezy",
"email": "[email protected]",
"url": "https://trezy.com"
},
{
"name": "Alex S. Glomsaas",
"email": "[email protected]",
"url": "https://github.com/xlexi"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/FuelRats/eslint-config-fuelrats.git"
},
"homepage": "https://github.com/FuelRats/eslint-config-fuelrats",
"workspaces": [
"packages/*"
],
"main": "./packages/eslint-config/index.js",
"scripts": {
"eslint": "yarn workspaces run eslint .",
"release:base": "yarn workspace @fuelrats/eslint-config run release",
"release:base:canary": "yarn workspace @fuelrats/eslint-config run release:canary",
"release:react": "yarn workspace @fuelrats/eslint-config-react run release",
"release:react:canary": "yarn workspace @fuelrats/eslint-config-react run release:canary",
"release": "yarn workspaces run release",
"release:canary": "yarn workspaces run release:canary",
"autoversion": "bash ./scripts/autoversion.sh"
},
"dependencies": {
"eslint-restricted-globals": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/eslint-parser": "^7.12.1",
"@babel/eslint-plugin": "^7.12.1",
"eslint": "^7.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "30.5.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"react": "^17.0.1"
}
}