Files
nebula.js/commands/build/package.json
renovate[bot] 83443caa7b chore(deps): update minor and patch (#405)
* chore(deps): update minor and patch

* chore: update monaco-editor-webpack-plugin

* chore: update picasso example test

* chore(test): disable test

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: caele <tsm@qlik.com>
2020-10-02 14:57:53 +02:00

40 lines
901 B
JSON

{
"name": "@nebula.js/cli-build",
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
"keywords": [],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/qlik-oss/nebula.js.git"
},
"main": "lib/build.js",
"files": [
"lib",
"command.js"
],
"scripts": {
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-replace": "2.3.3",
"chalk": "4.1.0",
"extend": "3.0.2",
"rollup": "2.28.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-postcss": "3.1.8",
"rollup-plugin-terser": "7.0.2",
"yargs": "16.0.3"
}
}