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
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "babel-preset-react-app",
|
|
"version": "5.0.1",
|
|
"description": "Babel preset used by Create React App",
|
|
"repository": "facebook/create-react-app",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/create-react-app/issues"
|
|
},
|
|
"files": [
|
|
"create.js",
|
|
"dependencies.js",
|
|
"dev.js",
|
|
"index.js",
|
|
"webpack-overrides.js",
|
|
"prod.js",
|
|
"test.js"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "7.1.0",
|
|
"@babel/plugin-proposal-class-properties": "7.1.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "7.0.0",
|
|
"@babel/plugin-transform-classes": "7.1.0",
|
|
"@babel/plugin-transform-destructuring": "7.0.0",
|
|
"@babel/plugin-transform-flow-strip-types": "7.0.0",
|
|
"@babel/plugin-transform-react-constant-elements": "7.0.0",
|
|
"@babel/plugin-transform-react-display-name": "7.0.0",
|
|
"@babel/plugin-transform-runtime": "7.1.0",
|
|
"@babel/preset-env": "7.1.0",
|
|
"@babel/preset-react": "7.0.0",
|
|
"@babel/runtime": "7.0.0",
|
|
"babel-loader": "8.0.4",
|
|
"babel-plugin-macros": "2.4.2",
|
|
"babel-plugin-transform-dynamic-import": "2.1.0",
|
|
"babel-plugin-transform-react-remove-prop-types": "0.4.18"
|
|
}
|
|
}
|