{
  "name": "@svgr/babel-preset",
  "description": "SVGR preset that apply transformations from config",
  "version": "5.5.0",
  "main": "lib/index.js",
  "repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-preset",
  "author": "Greg Bergé <berge.greg@gmail.com>",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://react-svgr.com",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/gregberge"
  },
  "license": "MIT",
  "dependencies": {
    "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
    "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
    "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
    "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
    "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
    "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
    "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
    "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
  }
}