{
  "name": "@nake/babel-preset",
  "version": "1.0.2",
  "description": "Babel preset for transforming your future JS/JSX and TypeScript code",
  "main": "index.js",
  "license": "MIT",
  "repository": "nakeapp/babel-preset",
  "author": "Richie Zhu <laozhu.me@gmail.com> (https://laozhu.me)",
  "keywords": [
    "babel",
    "preset",
    "react",
    "TC39",
    "proposals",
    "typescript"
  ],
  "scripts": {
    "start": "NODE_ENV=development babel tests --watch --out-dir dist",
    "build": "NODE_ENV=production babel tests --out-dir dist",
    "lint": "eslint tests index.js --ext .js --ignore-path .gitignore; exit 0"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.2.3",
    "@babel/plugin-proposal-decorators": "^7.2.3",
    "@babel/plugin-proposal-do-expressions": "^7.2.0",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
    "@babel/plugin-proposal-function-bind": "^7.2.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
    "@babel/plugin-proposal-numeric-separator": "^7.2.0",
    "@babel/plugin-proposal-optional-chaining": "^7.2.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.3.0",
    "@babel/plugin-proposal-throw-expressions": "^7.2.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-syntax-function-sent": "^7.2.0",
    "@babel/plugin-syntax-import-meta": "^7.2.0",
    "@babel/plugin-transform-react-constant-elements": "^7.2.0",
    "@babel/plugin-transform-react-inline-elements": "^7.2.0",
    "@babel/plugin-transform-strict-mode": "^7.2.0",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.1.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.23"
  },
  "peerDependencies": {
    "@babel/core": "^7.2.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@nake/eslint-config": "^1.1.8",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.12.1",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.12.4",
    "prettier": "^1.16.1"
  }
}
