mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
113337f269
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47573 Bump hermes-parser and related packages to [0.25.1](https://github.com/facebook/hermes/blob/main/tools/hermes-parser/js/CHANGELOG.md). Changelog: [Internal] Reviewed By: robhogan Differential Revision: D65816542 fbshipit-source-id: cb445eb77790fb2632d3bc318c6eb59f097b1518
70 lines
2.9 KiB
JSON
70 lines
2.9 KiB
JSON
{
|
|
"name": "@react-native/babel-preset",
|
|
"version": "0.77.0-main",
|
|
"description": "Babel preset for React Native applications",
|
|
"main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/facebook/react-native.git"
|
|
},
|
|
"keywords": [
|
|
"babel",
|
|
"preset",
|
|
"react-native"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/plugin-proposal-export-default-from": "^7.24.7",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-syntax-export-default-from": "^7.24.7",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
"@babel/plugin-transform-arrow-functions": "^7.24.7",
|
|
"@babel/plugin-transform-async-generator-functions": "^7.25.4",
|
|
"@babel/plugin-transform-async-to-generator": "^7.24.7",
|
|
"@babel/plugin-transform-block-scoping": "^7.25.0",
|
|
"@babel/plugin-transform-class-properties": "^7.25.4",
|
|
"@babel/plugin-transform-classes": "^7.25.4",
|
|
"@babel/plugin-transform-computed-properties": "^7.24.7",
|
|
"@babel/plugin-transform-destructuring": "^7.24.8",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
|
"@babel/plugin-transform-for-of": "^7.24.7",
|
|
"@babel/plugin-transform-function-name": "^7.25.1",
|
|
"@babel/plugin-transform-literals": "^7.25.2",
|
|
"@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
|
|
"@babel/plugin-transform-numeric-separator": "^7.24.7",
|
|
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
|
"@babel/plugin-transform-optional-catch-binding": "^7.24.7",
|
|
"@babel/plugin-transform-optional-chaining": "^7.24.8",
|
|
"@babel/plugin-transform-parameters": "^7.24.7",
|
|
"@babel/plugin-transform-private-methods": "^7.24.7",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
|
"@babel/plugin-transform-react-display-name": "^7.24.7",
|
|
"@babel/plugin-transform-react-jsx": "^7.25.2",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.24.7",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.24.7",
|
|
"@babel/plugin-transform-regenerator": "^7.24.7",
|
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.24.7",
|
|
"@babel/plugin-transform-spread": "^7.24.7",
|
|
"@babel/plugin-transform-sticky-regex": "^7.24.7",
|
|
"@babel/plugin-transform-typescript": "^7.25.2",
|
|
"@babel/plugin-transform-unicode-regex": "^7.24.7",
|
|
"@babel/template": "^7.25.0",
|
|
"@react-native/babel-plugin-codegen": "0.77.0-main",
|
|
"babel-plugin-syntax-hermes-parser": "0.25.1",
|
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
"react-refresh": "^0.14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|