Files
nebula.js/commands/build/package.json
Tobias Åström d227626473 chore: fix mixin and external mod (#1817)
* chore: fix mixin and external mod

* chore: add back to root

* chore: add systemjs build of stardust

* chore: trigger diff

* fix: remove typo import
2025-10-02 18:55:27 +02:00

50 lines
1.2 KiB
JSON

{
"name": "@nebula.js/cli-build",
"version": "6.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.28.3",
"@babel/core": "7.28.4",
"@babel/preset-env": "7.28.3",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
"@qlik/browserslist-config": "^3.0.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.5.6",
"rollup": "4.52.3",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-visualizer": "6.0.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.4",
"tslib": "*",
"typescript": ">=5.9.2"
}
}