{ "name": "clearml-webapp", "version": "1.7.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", "build-dev": "node ./node_modules/.bin/ng build --extract-css=false", "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": "^14.1.0", "@angular/cdk": "^14.1.0", "@angular/common": "^14.1.0", "@angular/compiler": "^14.1.0", "@angular/core": "^14.1.0", "@angular/forms": "^14.1.0", "@angular/material": "^14.1.0", "@angular/platform-browser": "^14.1.0", "@angular/platform-browser-dynamic": "^14.1.0", "@angular/platform-server": "^14.1.0", "@angular/router": "^14.1.0", "@angular/service-worker": "^14.1.0", "@angular/youtube-player": "^14.1.0", "@aws-sdk/client-s3": "^3.118.1", "@aws-sdk/s3-request-presigner": "^3.118.1", "@ngneat/dag": "^2.0.0", "@ngrx/effects": "^14.0.2", "@ngrx/entity": "^14.0.2", "@ngrx/router-store": "^14.0.2", "@ngrx/store": "^14.0.2", "ace-builds": "^1.6.1", "angular-google-tag-manager": "^1.6.0", "angular-resizable-element": "^5.0.0", "angular-split": "^13.2.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.1.0", "dom-to-image": "^2.6.0", "filesize": "^9.0.11", "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.1.0", "ngx-color-picker": "^12.0.1", "ngx-markdown-editor": "^4.0.0", "ngx-window-token": "^6.0.0", "object-hash": "^3.0.0", "primeicons": "^5.0.0", "primeng": "^14.1.0", "process": "^0.11.10", "rxjs": "^7.5.5", "string-to-color": "^2.2.2", "tslib": "^2.4.0", "url": "^0.11.0", "uuid": "^8.3.2", "zone.js": "~0.11.6" }, "devDependencies": { "@angular-devkit/build-angular": "^14.1.0", "@angular-devkit/core": "^14.1.0", "@angular-devkit/schematics": "^14.1.0", "@angular-devkit/schematics-cli": "^14.0.3", "@angular-eslint/builder": "^14.0.2", "@angular-eslint/eslint-plugin": "^14.0.2", "@angular-eslint/eslint-plugin-template": "^14.0.2", "@angular-eslint/schematics": "14.0.2", "@angular-eslint/template-parser": "^14.0.2", "@angular/cli": "^14.1.0", "@angular/compiler-cli": "^14.1.0", "@angular/language-service": "^14.1.0", "@fortawesome/fontawesome-free": "^6.1.1", "@ngrx/schematics": "^14.0.2", "@ngrx/store-devtools": "^14.0.2", "@types/d3-selection": "^3.0.2", "@types/lodash": "^4.14.182", "@types/node": "^16.11.19", "@types/plotly.js": "^1.54.22", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", "codelyzer": "^6.0.2", "eslint": "^8.18.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsdoc": "39.3.3", "eslint-plugin-prefer-arrow": "1.2.3", "typescript": "~4.7.4" } }