@redsift/rollup-bundler
Version:
## Installation
38 lines (37 loc) • 1.28 kB
JSON
{
"name": "@redsift/rollup-bundler",
"version": "2.0.5",
"main": "src/index.js",
"license": "MIT",
"author": "Martin Hecher <martin@redsift.io>",
"repository": "git@github.com:redsift/rollup-bundler.git",
"bin": {
"rollup-bundler": "./src/cli.js"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/helpers": "^7.5.5",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-eslint": "^10.0.2",
"babelrc-rollup": "^3.0.0",
"eslint": "^5.8.0",
"kleur": "^2.0.2",
"lodash.merge": "^4.6.2",
"pascal-case": "^2.0.1",
"rollup": "^0.68.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-babel-minify": "^6.1.1",
"rollup-plugin-cleanup": "3.0.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-progress": "^0.4.0",
"rollup-plugin-visualizer": "^0.9.2"
},
"overrides": {}
}