mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 21:25:51 +08:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "babel-preset-react-app",
|
|
"version": "9.0.2",
|
|
"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.7.2",
|
|
"@babel/plugin-proposal-class-properties": "7.7.0",
|
|
"@babel/plugin-proposal-decorators": "7.7.0",
|
|
"@babel/plugin-proposal-numeric-separator": "7.2.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
|
|
"@babel/plugin-syntax-dynamic-import": "7.2.0",
|
|
"@babel/plugin-transform-destructuring": "7.6.0",
|
|
"@babel/plugin-transform-flow-strip-types": "7.6.3",
|
|
"@babel/plugin-transform-react-display-name": "7.2.0",
|
|
"@babel/plugin-transform-runtime": "7.6.2",
|
|
"@babel/preset-env": "7.7.1",
|
|
"@babel/preset-react": "7.7.0",
|
|
"@babel/preset-typescript": "7.7.2",
|
|
"@babel/runtime": "7.7.2",
|
|
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
"babel-plugin-macros": "2.6.1",
|
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
|
|
}
|
|
}
|