mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-08 22:37:53 +08:00
- babel-preset-react-app@2.0.1 - eslint-config-react-app@0.5.0 - react-dev-utils@0.4.1 - react-scripts@0.8.2
22 lines
573 B
JSON
22 lines
573 B
JSON
{
|
|
"name": "eslint-config-react-app",
|
|
"version": "0.5.0",
|
|
"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": {
|
|
"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"
|
|
}
|
|
}
|