blob: a0b9eb57ff8c65083110e01f018f5fcd39fa30e8 [file] [log] [blame]
{
"name": "apache-streampipes",
"version": "0.97.0-SNAPSHOT",
"description": "Apache StreamPipes user interface",
"homepage": "http://streampipes.apache.org",
"repository": {
"type": "git",
"url": "https://github.com/apache/incubator-streampipes"
},
"scripts": {
"build-libs": "ng build @streampipes/platform-services && ng build @streampipes/shared-ui",
"install-libs": "npm install @streampipes/platform-services@file:./dist/streampipes/platform-services @streampipes/shared-ui@file:./dist/streampipes/shared-ui --no-save",
"build-libraries": "npm run build-libs && npm run install-libs",
"start": "node ./deployment/prebuild.js && set NODE_OPTIONS=--max-old-space-size=8192 && ng serve",
"test": "node ./deployment/prebuild.js && npm run build-libraries && ng test",
"start-plain": "npm run build-libraries && ng serve",
"build-plain": "set NODE_OPTIONS=--max-old-space-size=8192 && npm run build-libraries && ng build --configuration production",
"run-prebuild-script": "node ./deployment/prebuild.js",
"build": "node ./deployment/prebuild.js && set NODE_OPTIONS=--max-old-space-size=8192 && npm run build-libraries && ng build --configuration production",
"build-dev": "node ./deployment/prebuild.js && set NODE_OPTIONS=--max-old-space-size=8192 && npm run build-libraries && ng build",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint-staged": "lint-staged",
"test-cypress-open": "cypress open --env DEVELOPMENT=true",
"test-cypress-smoke": "npx cypress run --spec 'cypress/tests/**/*.smoke.spec.ts'",
"test-cypress-all": "npx cypress run --spec 'cypress/tests/**/*.spec.ts'",
"prepare": "cd ../ && husky install ./ui/.husky"
},
"dependencies": {
"@ali-hm/angular-tree-component": "12.0.5",
"@angular-architects/native-federation": "^17.1.8",
"@angular/animations": "^17.3.3",
"@angular/cdk": "^17.3.3",
"@angular/common": "^17.3.3",
"@angular/compiler": "^17.3.3",
"@angular/core": "^17.3.3",
"@angular/forms": "^17.3.3",
"@angular/material": "^17.3.3",
"@angular/platform-browser": "^17.3.3",
"@angular/platform-browser-dynamic": "^17.3.3",
"@angular/router": "^17.3.3",
"@asymmetrik/ngx-leaflet": "^17.0.0",
"@auth0/angular-jwt": "^5.2.0",
"@ctrl/ngx-codemirror": "7.0.0",
"@fortawesome/fontawesome-free": "6.5.1",
"@jsplumb/browser-ui": "^6.2.10",
"@ngbracket/ngx-layout": "^17.0.1",
"@ngx-loading-bar/core": "6.0.2",
"@ngx-loading-bar/http-client": "6.0.2",
"@panzoom/panzoom": "^4.5.1",
"@swimlane/ngx-charts": "^20.5.0",
"angular-gridster2": "^17.0.0",
"codemirror": "^5.65.11",
"console-browserify": "^1.2.0",
"d3-array": "^3.2.4",
"d3-contour": "^4.0.2",
"dagre": "0.8.5",
"date-fns": "^3.6.0",
"echarts": "^5.5.0",
"echarts-simple-transform": "^1.0.0",
"echarts-wordcloud": "^2.1.0",
"es-module-shims": "^1.9.0",
"file-saver": "2.0.5",
"jquery": "^3.7.0",
"jquery-ui-dist": "1.13.2",
"jshint": "^2.13.6",
"konva": "9.3.6",
"leaflet": "1.9.3",
"lodash": "4.17.21",
"marked": "^9.0.0",
"material-icons": "^1.13.1",
"ngx-color-picker": "^14.0.0",
"ngx-echarts": "^17.1.0",
"ngx-markdown": "17.2.0",
"ngx-quill": "^24.0.4",
"quill": "1.3.7",
"roboto-fontface": "0.10.0",
"rxjs": "^7.8.0",
"shepherd.js": "^11.2.0",
"stream-browserify": "3.0.0",
"swagger-ui-dist": "5.15.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.3",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin-template": "^17.3.0",
"@angular-eslint/schematics": "^17.3.0",
"@angular-eslint/template-parser": "^17.3.0",
"@angular/cli": "^17.3.3",
"@angular/compiler-cli": "^17.3.3",
"@types/angular": "^1.8.4",
"@types/jasmine": "~5.1.0",
"@types/jqueryui": "^1.12.16",
"@types/jshint": "^2.12.1",
"@types/leaflet": "^1.9.0",
"@types/node": "^20.12.5",
"@types/rx": "^4.1.2",
"@types/showdown": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"ajv-keywords": "^5.1.0",
"assert": "^2.1.0",
"csv-string": "^4.1.1",
"cypress": "^13.6.2",
"cypress-file-upload": "^5.0.8",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.2",
"jasmine-core": "^5.1.1",
"js-yaml": "^4.1.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-verbose-reporter": "0.0.8",
"lint-staged": "^15.2.0",
"mustache": "^4.2.0",
"ng-lint-staged": "^12.0.4",
"ng-packagr": "^17.3.0",
"path": "^0.12.7",
"prettier": "3.2.5",
"resize-observer-polyfill": "^1.5.1",
"typescript": "5.4.5"
}
}