You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.4 KiB
42 lines
1.4 KiB
{ |
|
"name": "babel-preset-react-app", |
|
"version": "10.0.1", |
|
"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.16.0", |
|
"@babel/plugin-proposal-class-properties": "^7.16.0", |
|
"@babel/plugin-proposal-decorators": "^7.16.4", |
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", |
|
"@babel/plugin-proposal-numeric-separator": "^7.16.0", |
|
"@babel/plugin-proposal-optional-chaining": "^7.16.0", |
|
"@babel/plugin-proposal-private-methods": "^7.16.0", |
|
"@babel/plugin-transform-flow-strip-types": "^7.16.0", |
|
"@babel/plugin-transform-react-display-name": "^7.16.0", |
|
"@babel/plugin-transform-runtime": "^7.16.4", |
|
"@babel/preset-env": "^7.16.4", |
|
"@babel/preset-react": "^7.16.0", |
|
"@babel/preset-typescript": "^7.16.0", |
|
"@babel/runtime": "^7.16.3", |
|
"babel-plugin-macros": "^3.1.0", |
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24" |
|
}, |
|
"gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9" |
|
}
|
|
|