clearml-web/package.json
shyallegro 07d90efe15
Release v1.3 (#19)
Co-authored-by: shyallegro <support@allegro.ai>
2022-03-15 15:46:26 +02:00

104 lines
4.1 KiB
JSON

{
"name": "ClearML-webapp",
"version": "1.3.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.1.1",
"@angular/cdk": "^13.1.1",
"@angular/common": "^13.1.1",
"@angular/compiler": "^13.1.1",
"@angular/core": "^13.1.1",
"@angular/forms": "^13.1.1",
"@angular/material": "^13.1.1",
"@angular/platform-browser": "^13.1.1",
"@angular/platform-browser-dynamic": "^13.1.1",
"@angular/platform-server": "^13.1.1",
"@angular/router": "^13.1.1",
"@angular/service-worker": "^13.1.1",
"@aws-sdk/client-s3": "^3.45.0",
"@aws-sdk/s3-request-presigner": "^3.45.0",
"@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.13",
"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": "^1.4.2",
"diff": "^5.0.0",
"filesize": "^8.0.6",
"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.1",
"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.1.2",
"@angular-devkit/core": "^13.1.2",
"@angular-devkit/schematics": "^13.1.2",
"@angular-devkit/schematics-cli": "^13.1.2",
"@angular-eslint/builder": "^13.0.1",
"@angular-eslint/eslint-plugin": "^13.0.1",
"@angular-eslint/eslint-plugin-template": "^13.0.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "^13.0.1",
"@angular/cli": "^13.1.2",
"@angular/compiler-cli": "^13.1.1",
"@angular/language-service": "^13.1.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ngrx/schematics": "^13.0.2",
"@ngrx/store-devtools": "^13.0.2",
"@types/d3-selection": "^1.4.3",
"@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.6.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsdoc": "37.5.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"typescript": "^4.5.4"
}
}