-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.25 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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": {}
}