{
  "name": "@react-native/babel-preset",
  "version": "0.84.1",
  "description": "Babel preset for React Native applications",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/facebook/react-native.git"
  },
  "keywords": [
    "babel",
    "preset",
    "react-native"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 20.19.4"
  },
  "main": "src/index.js",
  "files": [
    "src",
    "README.md",
    "!**/__docs__/**",
    "!**/__fixtures__/**",
    "!**/__mocks__/**",
    "!**/__tests__/**"
  ],
  "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-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-destructuring": "^7.24.8",
    "@babel/plugin-transform-flow-strip-types": "^7.25.2",
    "@babel/plugin-transform-for-of": "^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-optional-catch-binding": "^7.24.7",
    "@babel/plugin-transform-optional-chaining": "^7.24.8",
    "@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-typescript": "^7.25.2",
    "@babel/plugin-transform-unicode-regex": "^7.24.7",
    "@react-native/babel-plugin-codegen": "0.84.1",
    "babel-plugin-syntax-hermes-parser": "0.32.0",
    "babel-plugin-transform-flow-enums": "^0.0.2",
    "react-refresh": "^0.14.0"
  },
  "peerDependencies": {
    "@babel/core": "*"
  }
}
