1 | {
|
2 | "name": "eslint-config-umi",
|
3 | "version": "1.6.0",
|
4 | "repository": {
|
5 | "type": "git",
|
6 | "url": "https://github.com/umijs/umi/tree/master/packages/eslint-config-umi"
|
7 | },
|
8 | "homepage": "https://github.com/umijs/umi/tree/master/packages/eslint-config-umi",
|
9 | "authors": [
|
10 | "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
|
11 | ],
|
12 | "bugs": {
|
13 | "url": "https://github.com/umijs/umi/issues"
|
14 | },
|
15 | "license": "MIT",
|
16 | "dependencies": {
|
17 | "eslint-config-react-app": "5.0.2"
|
18 | },
|
19 | "peerDependencies": {
|
20 | "eslint-plugin-flowtype": "2.x",
|
21 | "eslint-plugin-import": "2.x",
|
22 | "eslint-plugin-jsx-a11y": "6.x",
|
23 | "eslint-plugin-react": "7.x",
|
24 | "eslint-plugin-react-hooks": "1.5.0"
|
25 | }
|
26 | }
|