package.json 567 Bytes
Newer Older
1
2
{
  "name": "eslint-config-react-app",
Ville Immonen's avatar
Publish    
Ville Immonen committed
3
  "version": "0.4.0",
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": {
Ville Immonen's avatar
Ville Immonen committed
14
15
16
17
18
19
    "babel-eslint": "7.0.0",
    "eslint": "3.8.1",
    "eslint-plugin-flowtype": "2.21.0",
    "eslint-plugin-import": "2.0.1",
    "eslint-plugin-jsx-a11y": "2.2.3",
    "eslint-plugin-react": "6.4.1"
20
21
  }
}