mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
43 lines
1019 B
JSON
43 lines
1019 B
JSON
{
|
|
"name": "@nebula.js/cli-build",
|
|
"version": "1.5.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.14.8",
|
|
"@babel/core": "7.14.8",
|
|
"@babel/plugin-transform-react-jsx": "7.14.9",
|
|
"@babel/preset-env": "7.14.9",
|
|
"@rollup/plugin-commonjs": "20.0.0",
|
|
"@rollup/plugin-json": "4.1.0",
|
|
"@rollup/plugin-node-resolve": "13.0.4",
|
|
"@rollup/plugin-replace": "3.0.0",
|
|
"chalk": "4.1.2",
|
|
"extend": "3.0.2",
|
|
"postcss": "^8.3.6",
|
|
"rollup": "2.55.1",
|
|
"rollup-plugin-babel": "4.4.0",
|
|
"rollup-plugin-postcss": "4.0.0",
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"yargs": "17.0.1"
|
|
}
|
|
}
|