mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-26 13:00:24 -04:00
* 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>
40 lines
901 B
JSON
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"
|
|
}
|
|
}
|