{ "name": "clearml-webapp", "version": "1.15.0", "license": "", "scripts": { "ng": "ng", "start": "npx ng serve", "start-widgets": "npx ng serve --port 4201 --project report-widgets --proxy-config proxy.config.mjs --live-reload false", "hmr": "npx ng serve --live-reload true", "build": "npx ng build --configuration production", "build-dev": "node ./node_modules/.bin/ng build --extract-css=false", "build-widgets": "npx ng build --project report-widgets --configuration production", "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": "^17.1.1", "@angular/cdk": "^17.1.1", "@angular/common": "^17.1.1", "@angular/compiler": "^17.1.1", "@angular/core": "^17.1.1", "@angular/forms": "^17.1.1", "@angular/material": "^17.1.1", "@angular/platform-browser": "^17.1.1", "@angular/platform-browser-dynamic": "^17.1.1", "@angular/platform-server": "^17.1.1", "@angular/router": "^17.1.1", "@angular/service-worker": "^17.1.1", "@angular/youtube-player": "^17.1.1", "@aws-sdk/client-s3": "^3.499.0", "@aws-sdk/s3-request-presigner": "^3.499.0", "@ctrl/ngx-github-buttons": "^9.0.0", "@ctrl/tinycolor": "^4.0.3", "@ngneat/dag": "^2.0.0", "@ngrx/effects": "^17.1.0", "@ngrx/entity": "^17.1.0", "@ngrx/router-store": "^17.1.0", "@ngrx/store": "^17.1.0", "ace-builds": "^1.32.3", "angular-google-tag-manager": "^1.9.0", "angular-resizable-element": "^7.0.2", "angular-split": "^17.1.1", "ansi-to-html": "^0.7.2", "bootstrap": "^5.3.2", "chart.js": "^4.4.1", "chartjs-adapter-date-fns": "^3.0.0", "chartjs-plugin-annotation": "^3.0.1", "chartjs-plugin-zoom": "^2.0.1", "curved-arrows": "^0.1.0", "d3-selection": "^3.0.0", "date-fns": "^3.3.1", "diff": "^5.1.0", "dom-to-image": "^2.6.0", "export-to-csv": "^1.2.2", "filesize": "^10.1.0", "dompurify": "^3.0.8", "has-ansi": "^5.0.1", "hocon-parser": "^1.0.1", "localforage": "^1.10.0", "lodash-es": "^4.17.21", "lucene": "^2.1.1", "marked": "^11.1.1", "ng2-charts": "^5.0.4", "ngx-clipboard": "^16.0.0", "ngx-color-picker": "^16.0.0", "ngx-device-detector": "^7.0.0", "ngx-markdown-editor": "^5.3.4", "ngx-print": "^1.5.1", "ngx-window-token": "^7.0.0", "object-hash": "^3.0.0", "primeicons": "^6.0.1", "primeng": "^17.4.0", "rxjs": "^7.8.1", "string-to-color": "^2.2.2", "taira": "^3.2.2", "tslib": "^2.6.2", "url": "^0.11.3", "uuid": "^9.0.1", "zone.js": "~0.14.3" }, "devDependencies": { "@angular-devkit/build-angular": "^17.1.1", "@angular-devkit/core": "^17.1.1", "@angular-devkit/schematics": "^17.1.1", "@angular-devkit/schematics-cli": "^17.1.1", "@angular-eslint/builder": "17.2.1", "@angular-eslint/eslint-plugin": "17.2.1", "@angular-eslint/eslint-plugin-template": "17.2.1", "@angular-eslint/schematics": "17.2.1", "@angular-eslint/template-parser": "17.2.1", "@angular/cli": "^17.1.1", "@angular/compiler-cli": "^17.1.1", "@angular/language-service": "^17.1.1", "@fortawesome/fontawesome-free": "^6.5.1", "@ngrx/eslint-plugin": "^17.1.0", "@ngrx/schematics": "^17.1.0", "@ngrx/store-devtools": "^17.1.0", "@types/d3-selection": "^3.0.10", "@types/dom-to-image": "^2.6.7", "@types/has-ansi": "^5.0.2", "@types/jasmine": "^5.1.4", "@types/lodash-es": "^4.17.12", "@types/node": "^20.11.6", "@types/plotly.js": "^2.12.32", "@types/tinycolor2": "^1.4.6", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^48.0.3", "eslint-plugin-prefer-arrow": "^1.2.3", "typescript": "~5.3.3" } }