{
  "name": "ClearML-webapp",
  "version": "1.1.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 --prod --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 --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",
    "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 --prod --vendor-chunk --aot --stats-json; webpack-bundle-analyzer build/stats.json",
    "submodule": "git submodule update --recursive --remote --init"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^11.2.10",
    "@angular/cdk": "^11.2.9",
    "@angular/common": "^11.2.10",
    "@angular/compiler": "^11.2.10",
    "@angular/core": "^11.2.10",
    "@angular/forms": "^11.2.10",
    "@angular/material": "^11.2.9",
    "@angular/platform-browser": "^11.2.10",
    "@angular/platform-browser-dynamic": "^11.2.10",
    "@angular/platform-server": "^11.2.10",
    "@angular/router": "^11.2.10",
    "@angular/service-worker": "^11.2.10",
    "@ngrx/effects": "^11.1.0",
    "@ngrx/entity": "^11.1.0",
    "@ngrx/router-store": "^11.1.0",
    "@ngrx/store": "^11.1.0",
    "@types/d3-selection": "^2.0.0",
    "@types/plotly.js": "^1.54.10",
    "ace-builds": "^1.4.12",
    "amazon-s3-uri": "0.1.1",
    "angular-google-tag-manager": "~1.3.2",
    "angular-resizable-element": "^3.3.5",
    "angular-split": "^5.0.0",
    "ansi-to-html": "^0.6.14",
    "aws-sdk": "^2.888.0",
    "bootstrap": "^4.6.0",
    "britecharts": "^2.18.0",
    "diff": "^5.0.0",
    "has-ansi": "^5.0.0",
    "hocon-parser": "^1.0.1",
    "jwt-decode": "^3.1.2",
    "localforage": "^1.9.0",
    "lodash": "^4.17.21",
    "lucene": "^2.1.1",
    "ngx-clipboard": "^14.0.1",
    "ngx-color-picker": "^11.0.0",
    "ngx-filesize": "^2.0.16",
    "ngx-markdown-editor": "^3.3.3",
    "object-hash": "^2.1.1",
    "primeicons": "^4.1.0",
    "primeng": "^11.3.2",
    "process": "^0.11.10",
    "rxjs": "^6.6.7",
    "string-to-color": "^2.2.2",
    "tslib": "^2.2.0",
    "uuid": "^8.3.2",
    "zone.js": "~0.11.4"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.1102.9",
    "@angular-devkit/core": "^11.2.9",
    "@angular-devkit/schematics": "^11.2.9",
    "@angular-devkit/schematics-cli": "^0.1102.9",
    "@angular-eslint/builder": "^4.0.0",
    "@angular-eslint/eslint-plugin": "^4.0.0",
    "@angular-eslint/eslint-plugin-template": "^4.0.0",
    "@angular-eslint/schematics": "4.0.0",
    "@angular-eslint/template-parser": "^4.0.0",
    "@angular/cli": "^11.2.9",
    "@angular/compiler-cli": "^11.2.10",
    "@angular/language-service": "^11.2.10",
    "@fortawesome/fontawesome-free": "^5.15.3",
    "@ngrx/schematics": "^11.1.0",
    "@ngrx/store-devtools": "^11.1.0",
    "@schematics/schematics": "^0.1102.9",
    "@types/d3-selection": "^2.0.0",
    "@types/lodash": "^4.14.168",
    "@types/node": "^14.14.41",
    "@types/uuid": "^8.3.0",
    "@typescript-eslint/eslint-plugin": "4.22.0",
    "@typescript-eslint/parser": "4.22.0",
    "babel-loader": "^8.2.2",
    "codelyzer": "^6.0.1",
    "eslint": "^7.24.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.1.5",
    "webpack-bundle-analyzer": "^4.4.0"
  }
}