mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-02 22:37:39 +08:00
- babel-plugin-named-asset-import@0.2.1 - babel-preset-react-app@5.0.1 - confusing-browser-globals@1.0.2 - create-react-app@2.0.1 - eslint-config-react-app@3.0.1 - react-app-polyfill@0.1.2 - react-dev-utils@6.0.2 - react-error-overlay@5.0.2 - react-scripts@2.0.2
25 lines
594 B
JSON
25 lines
594 B
JSON
{
|
|
"name": "eslint-config-react-app",
|
|
"version": "3.0.1",
|
|
"description": "ESLint configuration used by Create React App",
|
|
"repository": "facebook/create-react-app",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/create-react-app/issues"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"peerDependencies": {
|
|
"babel-eslint": "9.x",
|
|
"eslint": "5.x",
|
|
"eslint-plugin-flowtype": "2.x",
|
|
"eslint-plugin-import": "2.x",
|
|
"eslint-plugin-jsx-a11y": "6.x",
|
|
"eslint-plugin-react": "7.x"
|
|
},
|
|
"dependencies": {
|
|
"confusing-browser-globals": "^1.0.2"
|
|
}
|
|
}
|