mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-08 17:19:18 +08:00
- babel-preset-react-app@2.1.0 - create-react-app@1.0.4 - eslint-config-react-app@0.5.1 - react-dev-utils@0.5.0 - react-scripts@0.9.0
22 lines
573 B
JSON
22 lines
573 B
JSON
{
|
|
"name": "eslint-config-react-app",
|
|
"version": "0.5.1",
|
|
"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"
|
|
}
|
|
}
|