Files
react-native/packages/eslint-plugin-codegen/package.json
T
Micha Reiser 58a0f9b4e2 Upgrade babel from 7.12.3 -> 7.14.1
Summary:
Changelog:

[General] [Changed] Upgrade Babel from 7.12.3 to 7.14.1

Reviewed By: motiz88

Differential Revision: D27851184

fbshipit-source-id: 59326332d1d188f163cdb034556eea7808824360
2021-05-13 02:48:09 -07:00

22 lines
602 B
JSON

{
"name": "@react-native/eslint-plugin-codegen",
"version": "0.0.1",
"description": "ESLint rules to validate NativeModule and Component Specs",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git",
"directory": "packages/eslint-plugin-codegen"
},
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"flow-parser": "^0.121.0",
"make-dir": "^2.1.0",
"pirates":"^4.0.1",
"react-native-codegen": "*",
"source-map-support": "0.5.0"
},
"license": "MIT"
}