mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
- babel-preset-react-app@9.0.0 - create-react-app@3.0.1 - eslint-config-react-app@4.0.1 - react-app-polyfill@1.0.1 - react-dev-utils@9.0.1 - react-error-overlay@5.1.6 - react-scripts@3.0.1
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "babel-preset-react-app",
|
|
"version": "9.0.0",
|
|
"description": "Babel preset used by Create React App",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/create-react-app.git",
|
|
"directory": "packages/babel-preset-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.4.3",
|
|
"@babel/plugin-proposal-class-properties": "7.4.0",
|
|
"@babel/plugin-proposal-decorators": "7.4.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
|
|
"@babel/plugin-syntax-dynamic-import": "7.2.0",
|
|
"@babel/plugin-transform-classes": "7.4.3",
|
|
"@babel/plugin-transform-destructuring": "7.4.3",
|
|
"@babel/plugin-transform-flow-strip-types": "7.4.0",
|
|
"@babel/plugin-transform-react-constant-elements": "7.2.0",
|
|
"@babel/plugin-transform-react-display-name": "7.2.0",
|
|
"@babel/plugin-transform-runtime": "7.4.3",
|
|
"@babel/preset-env": "7.4.3",
|
|
"@babel/preset-react": "7.0.0",
|
|
"@babel/preset-typescript": "7.3.3",
|
|
"@babel/runtime": "7.4.3",
|
|
"babel-plugin-dynamic-import-node": "2.2.0",
|
|
"babel-plugin-macros": "2.5.1",
|
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
|
|
}
|
|
}
|