mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-26 04:00:15 -04:00
* fix(deps): update dependency rollup-plugin-postcss to v4 * chore: add postcss Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: caele <tsm@qlik.com>
41 lines
938 B
JSON
41 lines
938 B
JSON
{
|
|
"name": "@nebula.js/cli-build",
|
|
"version": "1.0.2-alpha.1",
|
|
"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.12.10",
|
|
"@babel/core": "7.12.10",
|
|
"@babel/preset-env": "7.12.11",
|
|
"@rollup/plugin-commonjs": "17.0.0",
|
|
"@rollup/plugin-json": "4.1.0",
|
|
"@rollup/plugin-node-resolve": "11.0.1",
|
|
"@rollup/plugin-replace": "2.3.4",
|
|
"chalk": "4.1.0",
|
|
"extend": "3.0.2",
|
|
"postcss": "^8.2.4",
|
|
"rollup": "2.35.1",
|
|
"rollup-plugin-babel": "4.4.0",
|
|
"rollup-plugin-postcss": "4.0.0",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"yargs": "16.2.0"
|
|
}
|
|
}
|