{ "plugins": [ "babel-plugin-dedent", "syntax-trailing-function-commas", "babel-plugin-transform-exponentiation-operator", "transform-class-constructor-call", "babel-plugin-transform-export-extensions", "babel-plugin-transform-class-properties", "babel-plugin-transform-object-rest-spread", "async-to-promises", "transform-flow-strip-types" ], "presets": [["es2015", { "loose": true, "modules": false }]] }