@hackoregon/civic-babel-presets
Version:
Unified babel presets for civic
39 lines (38 loc) • 1.23 kB
JSON
{
"name": "@hackoregon/civic-babel-presets",
"version": "3.0.0",
"description": "Unified babel presets for civic",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "David Daniel <davidedaniel@gmail.com> (http://davidedaniel.github.io)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hackoregon/civic.git"
},
"private": false,
"keywords": [
"babel",
"presets",
"civic",
"hackoregon"
],
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-emotion": "^10.0.9",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
},
"gitHead": "e921669867485c378abde0edc7f3f251506e6d1d"
}