mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-04 17:08:44 +08:00
- babel-preset-react-app@2.0.0 - create-react-app@0.7.0 - eslint-config-react-app@0.4.0 - react-dev-utils@0.4.0 - react-scripts@0.8.0
22 lines
567 B
JSON
22 lines
567 B
JSON
{
|
|
"name": "eslint-config-react-app",
|
|
"version": "0.4.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"
|
|
}
|
|
}
|