mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
58a0f9b4e2
Summary: Changelog: [General] [Changed] Upgrade Babel from 7.12.3 to 7.14.1 Reviewed By: motiz88 Differential Revision: D27851184 fbshipit-source-id: 59326332d1d188f163cdb034556eea7808824360
18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"version": "0.0.6",
|
|
"name": "@react-native/babel-plugin-codegen",
|
|
"description": "Babel plugin to generate native module and view manager code for React Native.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/babel-plugin-codegen"
|
|
},
|
|
"dependencies": {
|
|
"react-native-codegen": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|