Files
react-native/packages/babel-plugin-inline-view-configs/package.json
T
Rick Hanlon 869ddd701b Add support for type exports to babel parser
Summary:
Updates the babel parser to support exports that include flow types

Changelog:
[Internal]

Reviewed By: cpojer

Differential Revision: D16927086

fbshipit-source-id: 526efd911c2492a67f618d2d8ad199a7a5a235ff
2019-08-21 12:58:52 -07:00

17 lines
373 B
JSON

{
"version": "0.0.5",
"name": "babel-plugin-inline-view-configs",
"description": "Babel plugin to inline view configs for React Native",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git"
},
"dependencies": {
"react-native-codegen": "*"
},
"devDependencies": {
"@babel/core": "^7.0.0"
},
"license": "MIT"
}