mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
869ddd701b
Summary: Updates the babel parser to support exports that include flow types Changelog: [Internal] Reviewed By: cpojer Differential Revision: D16927086 fbshipit-source-id: 526efd911c2492a67f618d2d8ad199a7a5a235ff
17 lines
373 B
JSON
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"
|
|
}
|