{
  "name": "@foxford/babel-preset-react-app",
  "version": "2.1.0",
  "description": "Preset babel for foxford js apps",
  "keywords": [
    "foxford",
    "babel",
    "js",
    "es",
    "react"
  ],
  "homepage": "https://github.com/foxford/frontend-platform",
  "bugs": {
    "url": "https://github.com/foxford/frontend-platform/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foxford/frontend-platform.git"
  },
  "author": "Foxford Co",
  "maintainers": [
    {
      "name": "Roman Olin",
      "email": "r.v.olin@foxford.ru",
      "team": "@frontend/core"
    }
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "files": [
    "lib",
    "README.md"
  ],
  "dependencies": {
    "@babel/core": "7.29.0",
    "@babel/plugin-proposal-decorators": "7.29.0",
    "@babel/plugin-proposal-export-default-from": "7.27.1",
    "@babel/plugin-transform-flow-strip-types": "7.27.1",
    "@babel/plugin-transform-react-display-name": "7.28.0",
    "@babel/plugin-transform-runtime": "7.29.0",
    "@babel/preset-env": "7.29.0",
    "@babel/preset-react": "7.28.5",
    "@babel/preset-typescript": "7.28.5",
    "@babel/runtime": "7.28.6",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "core-js": "3.48.0"
  },
  "sha": "d67f45d",
  "scripts": {}
}