17060238f0
Bumps [rollup](https://github.com/rollup/rollup) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.30.0...v2.31.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
608 B
JSON
24 lines
608 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "rollup -c ./rollup.config.js",
|
|
"watch": "rollup -c -w"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
"@patternfly/patternfly": "^4.50.4",
|
|
"chart.js": "^2.9.3",
|
|
"codemirror": "^5.58.1",
|
|
"lit-element": "^2.4.0",
|
|
"lit-html": "^1.3.0",
|
|
"rollup": "^2.31.0"
|
|
},
|
|
"devDependencies": {
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-minify-html-literals": "^1.2.5",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
}
|
|
}
|