{ "name": "ClearML-webapp", "version": "0.17.0", "license": "", "scripts": { "ng": "ng", "start": "npx ng serve --proxy-config proxy.config.js --live-reload false --port 4300", "build": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --prod --source-map --extract-css=false --vendor-chunk --crossOrigin=use-credentials", "build-demo": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --configuration demo --source-map --extract-css=false --crossOrigin=use-credentials", "build-guest": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --prod --configuration guest --source-map --extract-css=false --crossOrigin=use-credentials", "build-community": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --prod --configuration community --source-map --extract-css=false --crossOrigin=use-credentials", "build-dev": "node ./node_modules/.bin/ng build --extract-css=false --crossOrigin=use-credentials", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e --port 4300", "bundle-report": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --prod --vendor-chunk --aot --stats-json; webpack-bundle-analyzer build/stats.json" }, "private": true, "dependencies": { "@angular-devkit/build-ng-packagr": "~0.1001.6", "@angular/animations": "^10.1.5", "@angular/cdk": "^10.2.4", "@angular/common": "^10.1.5", "@angular/compiler": "^10.1.5", "@angular/core": "^10.1.5", "@angular/forms": "^10.1.5", "@angular/material": "^10.2.4", "@angular/platform-browser": "^10.1.5", "@angular/platform-browser-dynamic": "^10.1.5", "@angular/platform-server": "^10.1.5", "@angular/router": "^10.1.5", "@angular/service-worker": "^10.1.5", "@ng-select/ng-select": "^5.0.8", "@ngrx/effects": "^10.0.1", "@ngrx/entity": "^10.0.1", "@ngrx/router-store": "^10.0.1", "@ngrx/store": "^10.0.1", "@types/d3-selection": "^1.4.3", "@types/plotly.js": "^1.50.21", "amazon-s3-uri": "0.1.0", "angular-google-tag-manager": "^1.2.3", "angular-split": "^4.0.0", "ansi-to-html": "^0.6.14", "aws-sdk": "^2.771.0", "bootstrap": "^4.5.2", "britecharts": "^2.17.1", "has-ansi": "^4.0.0", "hocon-parser": "^1.0.1", "jwt-decode": "^3.0.0", "localforage": "^1.9.0", "lodash": "^4.17.20", "lucene": "^2.1.1", "ngx-clipboard": "^13.0.1", "ngx-color-picker": "^10.1.0", "ngx-filesize": "^2.0.16", "node-sass": "^4.14.1", "object-hash": "^2.0.3", "primeicons": "^4.0.0", "primeng": "^10.0.3", "process": "^0.11.10", "rxjs": "^6.6.3", "string-to-color": "^2.2.2", "tslib": "^2.0.3", "uuid": "^8.3.1", "zone.js": "~0.11.1" }, "devDependencies": { "@angular-devkit/build-angular": "~0.1001.6", "@angular-devkit/core": "^10.1.6", "@angular-devkit/schematics": "^10.1.6", "@angular-devkit/schematics-cli": "^0.1001.6", "@angular/cli": "^10.1.6", "@angular/compiler-cli": "^10.1.5", "@angular/language-service": "^10.1.5", "@fortawesome/fontawesome-free": "^5.15.1", "@ngrx/schematics": "^10.0.1", "@ngrx/store-devtools": "^10.0.1", "@schematics/schematics": "^0.1001.6", "@types/lodash": "^4.14.162", "@types/node": "^14.11.8", "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/parser": "^4.4.1", "codelyzer": "^6.0.1", "eslint": "^7.11.0", "ts-node": "~8.3.0", "typescript": "4.0.3", "webpack-bundle-analyzer": "^3.9.0" } }