mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"name": "@nebula.js/cli-serve",
|
|
"version": "6.0.0-alpha.5",
|
|
"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/serve.js",
|
|
"files": [
|
|
"assets",
|
|
"command.js",
|
|
"data",
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production DEFAULTS=true webpack --config ./lib/webpack.build.js",
|
|
"build:dev": "cross-env NODE_ENV=development DEFAULTS=true webpack --config ./lib/webpack.build.js",
|
|
"lint": "eslint web",
|
|
"prepublishOnly": "rm -rf dist && yarn run build"
|
|
},
|
|
"dependencies": {
|
|
"@nebula.js/cli-build": "^6.0.0-alpha.5",
|
|
"@qlik/sdk": "0.28.0",
|
|
"body-parser": "2.2.0",
|
|
"chalk": "4.1.2",
|
|
"chokidar": "4.0.3",
|
|
"cross-env": "10.0.0",
|
|
"express": "5.1.0",
|
|
"extend": "3.0.2",
|
|
"html-webpack-plugin": "5.6.4",
|
|
"portfinder": "1.0.38",
|
|
"puppeteer": "24.22.2",
|
|
"regenerator-runtime": "0.14.1",
|
|
"source-map-loader": "5.0.0",
|
|
"webpack": "5.101.3",
|
|
"webpack-cli": "6.0.1",
|
|
"webpack-dev-server": "5.2.2",
|
|
"ws": "8.18.3",
|
|
"yargs": "17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.28.4",
|
|
"@babel/preset-env": "7.28.3",
|
|
"@babel/preset-react": "7.27.1",
|
|
"@mui/material": "^6.5.0",
|
|
"@mui/system": "^6.5.0",
|
|
"@nebula.js/enigma-mocker": "^6.0.0-alpha.5",
|
|
"@nebula.js/nucleus": "^6.0.0-alpha.5",
|
|
"@nebula.js/snapshooter": "^6.0.0-alpha.5",
|
|
"@nebula.js/stardust": "^6.0.0-alpha.5",
|
|
"@nebula.js/ui": "^6.0.0-alpha.5",
|
|
"autosuggest-highlight": "3.3.4",
|
|
"babel-loader": "10.0.0",
|
|
"d3-require": "1.3.0",
|
|
"enigma.js": "2.14.0",
|
|
"eslint-import-resolver-alias": "1.1.2",
|
|
"eslint-import-resolver-webpack": "0.13.10",
|
|
"file-loader": "^6.2.0",
|
|
"monaco-editor": "0.53.0",
|
|
"monaco-editor-webpack-plugin": "7.1.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-router": "7.9.1"
|
|
}
|
|
}
|