mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-04 22:50:27 +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
28 lines
926 B
JSON
28 lines
926 B
JSON
{
|
|
"name": "babel-preset-react-app",
|
|
"version": "2.0.0",
|
|
"description": "Babel preset 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"
|
|
],
|
|
"dependencies": {
|
|
"babel-plugin-transform-class-properties": "6.16.0",
|
|
"babel-plugin-transform-object-rest-spread": "6.19.0",
|
|
"babel-plugin-transform-react-constant-elements": "6.9.1",
|
|
"babel-plugin-transform-react-jsx": "6.8.0",
|
|
"babel-plugin-transform-react-jsx-self": "6.11.0",
|
|
"babel-plugin-transform-react-jsx-source": "6.9.0",
|
|
"babel-plugin-transform-regenerator": "6.16.1",
|
|
"babel-plugin-transform-runtime": "6.15.0",
|
|
"babel-preset-env": "0.0.8",
|
|
"babel-preset-latest": "6.16.0",
|
|
"babel-preset-react": "6.16.0",
|
|
"babel-runtime": "6.11.6"
|
|
}
|
|
}
|