{
  "name": "@dlghq/babel-preset-dialog",
  "version": "4.4.0",
  "main": "index.js",
  "author": "Nikita Gusakov <gusnkt@gmail.com>",
  "license": "Apache-2.0",
  "description": "Babel preset for dialog projects",
  "keywords": [
    "babel",
    "preset",
    "dialog"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dialogs/babel-preset-dialog.git"
  },
  "bugs": {
    "url": "https://github.com/dialogs/babel-preset-dialog/issues"
  },
  "homepage": "https://github.com/dialogs/babel-preset-dialog",
  "scripts": {
    "postversion": "npm publish",
    "postpublish": "git push --follow-tags",
    "fmt": "prettier --write --loglevel warn \"*.{js,md,json}\""
  },
  "peerDependencies": {
    "@babel/core": "^7.4.5"
  },
  "dependencies": {
    "@babel/core": "7.4.5",
    "@babel/plugin-external-helpers": "7.2.0",
    "@babel/plugin-proposal-class-properties": "7.4.4",
    "@babel/plugin-proposal-export-default-from": "7.2.0",
    "@babel/plugin-proposal-export-namespace-from": "7.2.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "7.4.4",
    "@babel/plugin-proposal-optional-chaining": "7.2.0",
    "@babel/plugin-proposal-private-methods": "7.4.4",
    "@babel/plugin-syntax-flow": "7.2.0",
    "@babel/plugin-syntax-jsx": "7.2.0",
    "@babel/plugin-syntax-object-rest-spread": "7.2.0",
    "@babel/plugin-transform-arrow-functions": "7.2.0",
    "@babel/plugin-transform-block-scoped-functions": "7.2.0",
    "@babel/plugin-transform-block-scoping": "7.4.4",
    "@babel/plugin-transform-classes": "7.4.4",
    "@babel/plugin-transform-computed-properties": "7.2.0",
    "@babel/plugin-transform-destructuring": "7.4.4",
    "@babel/plugin-transform-duplicate-keys": "7.2.0",
    "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
    "@babel/plugin-transform-flow-comments": "7.4.4",
    "@babel/plugin-transform-flow-strip-types": "7.4.4",
    "@babel/plugin-transform-for-of": "7.4.4",
    "@babel/plugin-transform-function-name": "7.4.4",
    "@babel/plugin-transform-literals": "7.2.0",
    "@babel/plugin-transform-modules-commonjs": "7.4.4",
    "@babel/plugin-transform-object-super": "7.2.0",
    "@babel/plugin-transform-parameters": "7.4.4",
    "@babel/plugin-transform-react-constant-elements": "7.2.0",
    "@babel/plugin-transform-react-display-name": "7.2.0",
    "@babel/plugin-transform-react-inline-elements": "7.2.0",
    "@babel/plugin-transform-react-jsx": "7.3.0",
    "@babel/plugin-transform-react-jsx-self": "7.2.0",
    "@babel/plugin-transform-react-jsx-source": "7.2.0",
    "@babel/plugin-transform-regenerator": "7.4.5",
    "@babel/plugin-transform-runtime": "7.4.4",
    "@babel/plugin-transform-shorthand-properties": "7.2.0",
    "@babel/plugin-transform-spread": "7.2.2",
    "@babel/plugin-transform-sticky-regex": "7.2.0",
    "@babel/plugin-transform-strict-mode": "7.2.0",
    "@babel/plugin-transform-template-literals": "7.4.4",
    "@babel/plugin-transform-typeof-symbol": "7.2.0",
    "@babel/plugin-transform-unicode-regex": "7.4.4",
    "@babel/runtime": "7.4.5",
    "babel-plugin-lodash": "3.3.4"
  },
  "devDependencies": {
    "prettier": "1.18.2"
  }
}
