package.json 573 Bytes
Newer Older
1
2
{
  "name": "eslint-config-react-app",
Dan Abramov's avatar
Publish    
Dan Abramov committed
3
  "version": "1.0.5",
4
5
6
7
8
9
10
11
12
13
  "description": "ESLint configuration used by Create React App",
  "repository": "facebookincubator/create-react-app",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/facebookincubator/create-react-app/issues"
  },
  "files": [
    "index.js"
  ],
  "peerDependencies": {
Dan Abramov's avatar
Dan Abramov committed
14
    "babel-eslint": "^7.2.3",
Đinh Quang Trung's avatar
Đinh Quang Trung committed
15
    "eslint": "^4.1.1",
Dan Abramov's avatar
Dan Abramov committed
16
17
    "eslint-plugin-flowtype": "^2.33.0",
    "eslint-plugin-import": "^2.2.0",
18
    "eslint-plugin-jsx-a11y": "^5.0.3",
Dan Abramov's avatar
Dan Abramov committed
19
    "eslint-plugin-react": "^7.0.1"
20
21
  }
}