{
  "name": "@krakenjs/babel-config-grumbler",
  "version": "8.3.0",
  "description": "Babel scripts for grumbler modules",
  "main": "babelrc-browser.js",
  "scripts": {
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/krakenjs/grumbler-scripts.git"
  },
  "keywords": [
    "template"
  ],
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "publishConfig": {
    "access": "public"
  },
  "browserslist": [
    "IE >= 9",
    "chrome >= 27",
    "firefox >= 30",
    "safari >= 5",
    "opera >= 23"
  ],
  "dependencies": {
    "@babel/cli": "^7",
    "@babel/core": "^7",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/node": "^7.20.0",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.20.0",
    "@babel/plugin-syntax-dynamic-import": "^7",
    "@babel/plugin-syntax-object-rest-spread": "^7",
    "@babel/plugin-transform-react-jsx": "^7",
    "@babel/plugin-transform-runtime": "^7.19.6",
    "@babel/polyfill": "^7",
    "@babel/preset-env": "^7",
    "@babel/preset-flow": "^7.18.6",
    "@babel/preset-react": "^7",
    "@babel/preset-typescript": "7.18.6",
    "@babel/register": "^7.18.9",
    "@babel/runtime": "7.12.13",
    "babel-jest": "^27.3.1",
    "babel-plugin-add-module-exports": "^1.0.4",
    "babel-plugin-istanbul": "^6.1.1",
    "babel-plugin-react-scoped-css": "^1.1.1",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-es2015-for-of": "^6.23.0",
    "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
    "babel-plugin-transform-es3-property-literals": "^6.22.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0"
  }
}
