babel-preset-brunono
Version:
Shareable babel preset for my apps
34 lines (33 loc) • 1.08 kB
JSON
{
"name": "babel-preset-brunono",
"version": "1.0.11",
"description": "Shareable babel preset for my apps",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zbruno/babel-preset-brunono.git"
},
"keywords": [
"babel",
"babelpreset"
],
"author": "Zach Bruno <zachcbruno@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zbruno/babel-preset-brunono/issues"
},
"homepage": "https://github.com/zbruno/babel-preset-brunono",
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-transform-react-constant-elements": "^7.6.3",
"@emotion/babel-preset-css-prop": "10.0.9",
"babel-plugin-emotion": "^10.0.29",
"babel-plugin-mobx-deep-action": "^1.6.1",
"babel-preset-mobx": "^2.0.0",
"babel-preset-react-app": "^9.1.2"
}
}