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
22 lines
602 B
JSON
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"
|
|
}
|