mirror of
https://github.com/clearml/clearml-web
synced 2025-06-26 18:27:02 +00:00
Some checks failed
Build Check / build (push) Has been cancelled
Co-authored-by: shallegro <shay@allego.ai>
123 lines
4.1 KiB
JSON
123 lines
4.1 KiB
JSON
{
|
|
"name": "clearml-webapp",
|
|
"version": "2.1.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 --source-map",
|
|
"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 --aot --stats-json; webpack-bundle-analyzer build/stats.json",
|
|
"submodule": "git submodule update --recursive --remote --init"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "19.1.5",
|
|
"@angular/cdk": "19.1.3",
|
|
"@angular/common": "19.1.5",
|
|
"@angular/compiler": "19.1.5",
|
|
"@angular/core": "19.1.5",
|
|
"@angular/forms": "19.1.5",
|
|
"@angular/material": "19.1.3",
|
|
"@angular/platform-browser": "19.1.5",
|
|
"@angular/platform-browser-dynamic": "19.1.5",
|
|
"@angular/platform-server": "19.1.5",
|
|
"@angular/router": "19.1.5",
|
|
"@angular/service-worker": "19.1.5",
|
|
"@angular/youtube-player": "19.1.3",
|
|
"@aws-sdk/client-s3": "^3.782.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.782.0",
|
|
"@ctrl/ngx-github-buttons": "^9.0.0",
|
|
"@ctrl/tinycolor": "^4.1.0",
|
|
"@ngneat/dag": "^2.0.0",
|
|
"@ngrx/component": "19.1.0",
|
|
"@ngrx/effects": "19.1.0",
|
|
"@ngrx/entity": "19.1.0",
|
|
"@ngrx/operators": "19.1.0",
|
|
"@ngrx/router-store": "19.1.0",
|
|
"@ngrx/signals": "19.1.0",
|
|
"@ngrx/store": "19.1.0",
|
|
"@primeng/themes": "^19.0.10",
|
|
"@typescript-eslint/types": "^8.29.1",
|
|
"ace-builds": "^1.39.1",
|
|
"angular-resizable-element": "^7.0.2",
|
|
"angular-split": "^19.0.0",
|
|
"ansi-to-html": "^0.7.2",
|
|
"bootstrap": "^5.3.5",
|
|
"chart.js": "^4.4.8",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"chartjs-plugin-annotation": "^3.1.0",
|
|
"chartjs-plugin-zoom": "^2.2.0",
|
|
"curved-arrows": "^0.3.0",
|
|
"d3-interpolate": "^3.0.1",
|
|
"d3-selection": "^3.0.0",
|
|
"date-fns": "^4.1.0",
|
|
"diff": "^7.0.0",
|
|
"dom-to-image": "^2.6.0",
|
|
"dompurify": "^3.2.5",
|
|
"export-to-csv": "^1.4.0",
|
|
"filesize": "^10.1.6",
|
|
"has-ansi": "^6.0.0",
|
|
"hocon-parser": "^1.0.1",
|
|
"lodash-es": "^4.17.21",
|
|
"lucene": "^2.1.1",
|
|
"marked": "^12.0.2",
|
|
"ng2-charts": "^8.0.0",
|
|
"ngx-clipboard": "^16.0.0",
|
|
"ngx-color-picker": "^19.0.0",
|
|
"ngx-device-detector": "^9.0.0",
|
|
"ngx-markdown-editor": "^5.3.4",
|
|
"ngx-print": "^2.0.0",
|
|
"ngx-window-token": "^7.0.0",
|
|
"ngxtension": "^5.0.0",
|
|
"object-hash": "^3.0.0",
|
|
"primeicons": "^7.0.0",
|
|
"primeng": "^19.0.10",
|
|
"rxjs": "^7.8.2",
|
|
"string-to-color": "^2.2.2",
|
|
"taira": "^3.2.2",
|
|
"tslib": "^2.8.1",
|
|
"url": "^0.11.4",
|
|
"uuid": "^11.1.0",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^19.2.12",
|
|
"@angular-devkit/core": "19.1.6",
|
|
"@angular-devkit/schematics": "19.1.6",
|
|
"@angular-devkit/schematics-cli": "19.1.6",
|
|
"@angular/cli": "19.1.6",
|
|
"@angular/compiler-cli": "19.1.5",
|
|
"@angular/language-service": "19.1.5",
|
|
"@ngrx/eslint-plugin": "19.1.0",
|
|
"@ngrx/schematics": "19.1.0",
|
|
"@ngrx/store-devtools": "19.1.0",
|
|
"@types/d3-interpolate": "^3.0.4",
|
|
"@types/d3-selection": "^3.0.11",
|
|
"@types/diff": "^7.0.2",
|
|
"@types/dom-to-image": "^2.6.7",
|
|
"@types/has-ansi": "^5.0.2",
|
|
"@types/jasmine": "^5.1.7",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.14.0",
|
|
"@types/plotly.js": "^2.35.4",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@types/uuid": "^10.0.0",
|
|
"angular-eslint": "^19.3.0",
|
|
"eslint": "^9.24.0",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-jsdoc": "^50.6.9",
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
"primeng-sass-theme": "github:primefaces/primeng-sass-theme",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.29.1"
|
|
}
|
|
}
|