mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3306691d64
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52211 Update hermes-parser and related packages in xplat and socialvr to 0.29.0 Changelog: [Internal] Blocked on: https://fb.workplace.com/groups/relay.support/posts/28766057099682865 Reviewed By: SamChou19815 Differential Revision: D77004095 fbshipit-source-id: 5400ac07c0cbf1f9709d374929d842af9dd15d08
38 lines
837 B
JSON
38 lines
837 B
JSON
{
|
|
"name": "@react-native/metro-babel-transformer",
|
|
"version": "0.80.0-main",
|
|
"description": "Babel transformer for React Native applications.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/facebook/react-native.git",
|
|
"directory": "packages/react-native-babel-transformer"
|
|
},
|
|
"keywords": [
|
|
"transformer",
|
|
"react-native",
|
|
"metro"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 22.14.0"
|
|
},
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src",
|
|
"README.md",
|
|
"!**/__docs__/**",
|
|
"!**/__fixtures__/**",
|
|
"!**/__mocks__/**",
|
|
"!**/__tests__/**"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@react-native/babel-preset": "0.80.0-main",
|
|
"hermes-parser": "0.29.0",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
}
|
|
}
|