{ "name": "ClearML-webapp", "version": "1.5.0", "license": "", "scripts": { "ng": "ng", "start": "npx ng serve --proxy-config proxy.config.js --live-reload false --port 4300", "hmr": "npx ng serve --proxy-config proxy.config.js --hmr --port 4300", "build": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --configuration production --source-map --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 --configuration production --configuration guest --source-map --extract-css=false --crossOrigin=use-credentials", "build-community": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --configuration production --configuration community --source-map --extract-css=false --crossOrigin=use-credentials", "build-dev": "node ./node_modules/.bin/ng build --extract-css=false --crossOrigin=use-credentials", "fetch": "./scripts/get-remote-build.sh", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e --port 4300", "bundle-report": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --configuration production --vendor-chunk --aot --stats-json; webpack-bundle-analyzer build/stats.json", "submodule": "git submodule update --recursive --remote --init" }, "private": true, "dependencies": { "@angular/animations": "^13.2.2", "@angular/cdk": "^13.2.2", "@angular/common": "^13.2.2", "@angular/compiler": "^13.2.2", "@angular/core": "^13.2.2", "@angular/forms": "^13.2.2", "@angular/material": "^13.2.2", "@angular/platform-browser": "^13.2.2", "@angular/platform-browser-dynamic": "^13.2.2", "@angular/platform-server": "^13.2.2", "@angular/router": "^13.2.2", "@angular/service-worker": "^13.2.2", "@angular/youtube-player": "^13.2.2", "@aws-sdk/client-s3": "^3.53.1", "@aws-sdk/s3-request-presigner": "^3.53.1", "@ngneat/dag": "^1.1.0", "@ngrx/effects": "^13.0.2", "@ngrx/entity": "^13.0.2", "@ngrx/router-store": "^13.0.2", "@ngrx/store": "^13.0.2", "ace-builds": "^1.4.14", "angular-google-tag-manager": "^1.5.0", "angular-resizable-element": "^5.0.0", "angular-split": "^13.1.0", "ansi-to-html": "^0.7.2", "bootstrap": "^4.6.1", "britecharts": "^2.18.0", "curved-arrows": "^0.1.0", "d3-selection": "^3.0.0", "diff": "^5.0.0", "filesize": "^8.0.7", "has-ansi": "^5.0.1", "hocon-parser": "^1.0.1", "jwt-decode": "^3.1.2", "lodash": "^4.17.21", "lucene": "^2.1.1", "ngx-clipboard": "^15.0.1", "ngx-color-picker": "^12.0.0", "ngx-markdown-editor": "^4.0.0", "ngx-window-token": "^6.0.0", "object-hash": "^2.2.0", "primeicons": "^5.0.0", "primeng": "^13.0.4", "process": "^0.11.10", "rxjs": "^7.5.5", "string-to-color": "^2.2.2", "tslib": "^2.3.1", "url": "^0.11.0", "uuid": "^8.3.2", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "^13.2.3", "@angular-devkit/core": "^13.2.3", "@angular-devkit/schematics": "^13.2.3", "@angular-devkit/schematics-cli": "^13.2.3", "@angular-eslint/builder": "^13.1.0", "@angular-eslint/eslint-plugin": "^13.1.0", "@angular-eslint/eslint-plugin-template": "^13.1.0", "@angular-eslint/schematics": "13.1.0", "@angular-eslint/template-parser": "^13.1.0", "@angular/cli": "^13.2.3", "@angular/compiler-cli": "^13.2.2", "@angular/language-service": "^13.2.2", "@fortawesome/fontawesome-free": "^6.0.0", "@ngrx/schematics": "^13.0.2", "@ngrx/store-devtools": "^13.0.2", "@types/d3-selection": "^3.0.2", "@types/lodash": "^4.14.178", "@types/node": "^16.11.19", "@types/plotly.js": "^1.54.20", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "5.9.0", "@typescript-eslint/parser": "5.9.0", "codelyzer": "^6.0.2", "eslint": "^8.9.0", "eslint-plugin-import": "2.25.4", "eslint-plugin-jsdoc": "37.9.1", "eslint-plugin-prefer-arrow": "1.2.3", "typescript": "^4.5.5" } }