mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-26 04:00:15 -04:00
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "@nebula.js/cli-serve",
|
|
"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/serve.js",
|
|
"files": [
|
|
"assets",
|
|
"command.js",
|
|
"data",
|
|
"dist",
|
|
"docker-compose.yml",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production DEFAULTS=true webpack --config ./lib/webpack.build.js",
|
|
"lint": "eslint web",
|
|
"prepublishOnly": "rm -rf dist && yarn run build"
|
|
},
|
|
"dependencies": {
|
|
"@nebula.js/cli-build": "^1.5.0",
|
|
"body-parser": "1.19.0",
|
|
"chalk": "4.1.2",
|
|
"chokidar": "3.5.2",
|
|
"cross-env": "7.0.3",
|
|
"express": "4.17.1",
|
|
"extend": "3.0.2",
|
|
"html-webpack-plugin": "5.3.2",
|
|
"portfinder": "1.0.28",
|
|
"puppeteer": "10.1.0",
|
|
"regenerator-runtime": "0.13.9",
|
|
"source-map-loader": "3.0.0",
|
|
"webpack": "5.47.1",
|
|
"webpack-dev-server": "3.11.2",
|
|
"ws": "8.0.0",
|
|
"yargs": "17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.14.8",
|
|
"@babel/preset-env": "7.14.9",
|
|
"@babel/preset-react": "7.14.5",
|
|
"@material-ui/core": "4.12.3",
|
|
"@nebula.js/nucleus": "^1.4.0",
|
|
"@nebula.js/snapshooter": "1.0.0",
|
|
"@nebula.js/stardust": "^1.4.0",
|
|
"@nebula.js/ui": "^1.4.0",
|
|
"autosuggest-highlight": "3.1.1",
|
|
"babel-loader": "8.2.2",
|
|
"d3-require": "1.2.4",
|
|
"enigma.js": "2.7.3",
|
|
"eslint-import-resolver-alias": "1.1.2",
|
|
"eslint-import-resolver-webpack": "0.13.1",
|
|
"monaco-editor": "0.26.1",
|
|
"monaco-editor-webpack-plugin": "4.1.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"webpack-cli": "4.7.2"
|
|
}
|
|
}
|