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

* chore: lock react transitive react version
2019-11-20 10:25:22 +01:00

39 lines
868 B
JSON

{
"name": "@nebula.js/cli-build",
"version": "0.1.0-alpha.25",
"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.7.0",
"@babel/core": "7.7.2",
"@babel/preset-env": "7.7.1",
"chalk": "3.0.0",
"extend": "3.0.2",
"rollup": "1.27.2",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-postcss": "2.0.3",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "5.1.2",
"yargs": "15.0.2"
}
}