-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.29 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
{
"name": "@azimutlabs/eslint-config-react",
"version": "1.1.2",
"description": "ESLint configuration for React/ReactHooks",
"keywords": [
"config",
"eslint",
"eslint-config",
"alabs",
"azimutlabs",
"styleguide",
"react",
"react-hooks"
],
"homepage": "https://github.com/azimutlabs/eslint#readme",
"bugs": {
"url": "https://github.com/azimutlabs/eslint/issues",
"email": "npm@alabs.team"
},
"repository": {
"type": "git",
"url": "https://github.com/azimutlabs/eslint.git",
"directory": "packages/eslint-config-react"
},
"license": "MIT",
"author": "Azimut Labs <opensource@alabs.team>",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@azimutlabs/eslint-config-env": "^1.1.1",
"@azimutlabs/eslint-env": "^1.0.2",
"tslib": "^2.3.1"
},
"devDependencies": {
"@azimutlabs/rollup-config": "^1.0.1",
"@azimutlabs/rollup-config-typescript": "^1.0.1",
"@types/eslint": "^7.29.0",
"@types/node": "^14.14.31",
"eslint": "^7.32.0",
"rollup": "^2.60.0",
"typescript": "4.3.5"
},
"peerDependencies": {
"eslint": "^7 || ^8",
"eslint-plugin-react": "^7",
"eslint-plugin-react-hooks": "^4"
},
"publishConfig": {
"access": "public"
}
}