{ "name": "ClearML-webapp", "version": "1.2.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": "^12.2.13", "@angular/cdk": "^12.2.13", "@angular/common": "^12.2.13", "@angular/compiler": "^12.2.13", "@angular/core": "^12.2.13", "@angular/forms": "^12.2.13", "@angular/material": "^12.2.13", "@angular/platform-browser": "^12.2.13", "@angular/platform-browser-dynamic": "^12.2.13", "@angular/platform-server": "^12.2.13", "@angular/router": "^12.2.13", "@angular/service-worker": "^12.2.13", "@aws-sdk/client-s3": "^3.41.0", "@aws-sdk/s3-request-presigner": "^3.41.0", "@ngrx/effects": "^12.5.1", "@ngrx/entity": "^12.5.1", "@ngrx/router-store": "^12.5.1", "@ngrx/store": "^12.5.1", "ace-builds": "^1.4.13", "angular-google-tag-manager": "^1.4.3", "angular-resizable-element": "^4.0.0", "angular-split": "^5.0.0", "ansi-to-html": "^0.7.2", "bootstrap": "^4.6.1", "britecharts": "^2.18.0", "diff": "^5.0.0", "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": "^14.0.2", "ngx-color-picker": "^11.0.0", "ngx-filesize": "^2.0.16", "ngx-markdown-editor": "^3.3.3", "object-hash": "^2.2.0", "primeicons": "^5.0.0", "primeng": "^12.2.2", "process": "^0.11.10", "rxjs": "^6.6.7", "string-to-color": "^2.2.2", "tslib": "^2.3.1", "uuid": "^8.3.2", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "~12.2.1", "@angular-devkit/core": "^12.2.1", "@angular-devkit/schematics": "^12.2.1", "@angular-devkit/schematics-cli": "^0.1102.6", "@angular-eslint/builder": "^12.0.0", "@angular-eslint/eslint-plugin": "^12.0.0", "@angular-eslint/eslint-plugin-template": "^12.0.0", "@angular-eslint/schematics": "12.3.1", "@angular-eslint/template-parser": "^12.0.0", "@angular/cli": "^12.2.1", "@angular/compiler-cli": "^12.2.1", "@angular/language-service": "^12.2.1", "@fortawesome/fontawesome-free": "^5.15.3", "@ngrx/schematics": "^12.4.0", "@ngrx/store-devtools": "^12.4.0", "@schematics/schematics": "^0.1102.6", "@types/d3-selection": "^2.0.0", "@types/lodash": "^4.14.168", "@types/node": "^14.14.41", "@types/plotly.js": "^1.54.14", "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "4.28.2", "@typescript-eslint/parser": "4.28.2", "codelyzer": "^6.0.1", "eslint": "^7.26.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsdoc": "32.3.0", "eslint-plugin-prefer-arrow": "1.2.3", "ts-node": "~9.1.1", "typescript": "^4.3.5", "webpack-bundle-analyzer": "^4.4.0" } }