2020-06-04 15:07:14 +00:00
|
|
|
{
|
2022-11-01 10:40:14 +00:00
|
|
|
"name": "clearml-webapp",
|
2024-06-20 14:12:55 +00:00
|
|
|
"version": "1.16.0",
|
2020-06-04 15:07:14 +00:00
|
|
|
"license": "",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2023-03-29 15:04:17 +00:00
|
|
|
"start": "npx ng serve",
|
2024-03-24 08:55:14 +00:00
|
|
|
"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",
|
2024-06-20 14:12:55 +00:00
|
|
|
"build": "npx ng build --configuration production --source-map --vendor-chunk",
|
2022-11-01 10:40:14 +00:00
|
|
|
"build-dev": "node ./node_modules/.bin/ng build --extract-css=false",
|
2022-12-22 13:07:25 +00:00
|
|
|
"build-widgets": "npx ng build --project report-widgets --configuration production",
|
2021-05-11 13:45:36 +00:00
|
|
|
"fetch": "./scripts/get-remote-build.sh",
|
2020-06-04 15:07:14 +00:00
|
|
|
"test": "ng test",
|
|
|
|
"lint": "ng lint",
|
|
|
|
"e2e": "ng e2e --port 4300",
|
2022-02-15 11:09:07 +00:00
|
|
|
"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",
|
2021-05-11 13:45:36 +00:00
|
|
|
"submodule": "git submodule update --recursive --remote --init"
|
2020-06-04 15:07:14 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2024-06-20 14:12:55 +00:00
|
|
|
"@angular/animations": "^17.3.7",
|
|
|
|
"@angular/cdk": "^17.3.7",
|
|
|
|
"@angular/common": "^17.3.7",
|
|
|
|
"@angular/compiler": "^17.3.7",
|
|
|
|
"@angular/core": "^17.3.7",
|
|
|
|
"@angular/forms": "^17.3.7",
|
|
|
|
"@angular/material": "^17.3.7",
|
|
|
|
"@angular/platform-browser": "^17.3.7",
|
|
|
|
"@angular/platform-browser-dynamic": "^17.3.7",
|
|
|
|
"@angular/platform-server": "^17.3.7",
|
|
|
|
"@angular/router": "^17.3.7",
|
|
|
|
"@angular/service-worker": "^17.3.7",
|
|
|
|
"@angular/youtube-player": "^17.3.7",
|
|
|
|
"@aws-sdk/client-s3": "^3.569.0",
|
|
|
|
"@aws-sdk/s3-request-presigner": "^3.569.0",
|
2023-11-17 08:24:49 +00:00
|
|
|
"@ctrl/ngx-github-buttons": "^9.0.0",
|
2024-06-20 14:12:55 +00:00
|
|
|
"@ctrl/tinycolor": "^4.1.0",
|
2022-07-10 11:10:46 +00:00
|
|
|
"@ngneat/dag": "^2.0.0",
|
2024-06-20 14:12:55 +00:00
|
|
|
"@ngrx/effects": "^17.2.0",
|
|
|
|
"@ngrx/entity": "^17.2.0",
|
|
|
|
"@ngrx/router-store": "^17.2.0",
|
|
|
|
"@ngrx/store": "^17.2.0",
|
|
|
|
"ace-builds": "^1.33.1",
|
2023-03-29 15:04:17 +00:00
|
|
|
"angular-resizable-element": "^7.0.2",
|
2024-06-20 14:12:55 +00:00
|
|
|
"angular-split": "^17.2.0",
|
2022-02-15 11:09:07 +00:00
|
|
|
"ansi-to-html": "^0.7.2",
|
2024-06-20 14:12:55 +00:00
|
|
|
"bootstrap": "^5.3.3",
|
|
|
|
"chart.js": "^4.4.2",
|
2024-01-10 15:04:18 +00:00
|
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
|
|
"chartjs-plugin-annotation": "^3.0.1",
|
|
|
|
"chartjs-plugin-zoom": "^2.0.1",
|
2024-06-20 14:12:55 +00:00
|
|
|
"curved-arrows": "^0.2.0",
|
2022-06-07 14:48:29 +00:00
|
|
|
"d3-selection": "^3.0.0",
|
2024-06-20 14:12:55 +00:00
|
|
|
"date-fns": "^3.6.0",
|
|
|
|
"diff": "^5.2.0",
|
2022-11-01 10:40:14 +00:00
|
|
|
"dom-to-image": "^2.6.0",
|
2024-06-20 14:12:55 +00:00
|
|
|
"dompurify": "^3.1.2",
|
|
|
|
"export-to-csv": "^1.3.0",
|
|
|
|
"filesize": "^10.1.1",
|
2022-02-15 11:09:07 +00:00
|
|
|
"has-ansi": "^5.0.1",
|
2020-06-04 15:07:14 +00:00
|
|
|
"hocon-parser": "^1.0.1",
|
2023-03-29 15:04:17 +00:00
|
|
|
"localforage": "^1.10.0",
|
|
|
|
"lodash-es": "^4.17.21",
|
2020-06-04 15:07:14 +00:00
|
|
|
"lucene": "^2.1.1",
|
2024-06-20 14:12:55 +00:00
|
|
|
"marked": "^12.0.2",
|
|
|
|
"ng2-charts": "^6.0.1",
|
2023-05-23 13:02:13 +00:00
|
|
|
"ngx-clipboard": "^16.0.0",
|
2024-03-24 08:55:14 +00:00
|
|
|
"ngx-color-picker": "^16.0.0",
|
|
|
|
"ngx-device-detector": "^7.0.0",
|
2024-01-10 15:04:18 +00:00
|
|
|
"ngx-markdown-editor": "^5.3.4",
|
2024-03-24 08:55:14 +00:00
|
|
|
"ngx-print": "^1.5.1",
|
2023-05-23 13:02:13 +00:00
|
|
|
"ngx-window-token": "^7.0.0",
|
2022-07-10 11:10:46 +00:00
|
|
|
"object-hash": "^3.0.0",
|
2024-06-20 14:12:55 +00:00
|
|
|
"primeicons": "^7.0.0",
|
|
|
|
"primeng": "^17.16.0",
|
2023-11-17 08:24:49 +00:00
|
|
|
"rxjs": "^7.8.1",
|
2021-01-18 14:30:25 +00:00
|
|
|
"string-to-color": "^2.2.2",
|
2023-08-02 12:35:38 +00:00
|
|
|
"taira": "^3.2.2",
|
2024-01-10 15:04:18 +00:00
|
|
|
"tslib": "^2.6.2",
|
|
|
|
"url": "^0.11.3",
|
|
|
|
"uuid": "^9.0.1",
|
2024-06-20 14:12:55 +00:00
|
|
|
"zone.js": "~0.14.5"
|
2020-06-04 15:07:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-20 14:12:55 +00:00
|
|
|
"@angular-devkit/build-angular": "^17.3.6",
|
|
|
|
"@angular-devkit/core": "^17.3.6",
|
|
|
|
"@angular-devkit/schematics": "^17.3.6",
|
|
|
|
"@angular-devkit/schematics-cli": "^17.3.6",
|
|
|
|
"@angular-eslint/builder": "17.3.0",
|
|
|
|
"@angular-eslint/eslint-plugin": "17.3.0",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "17.3.0",
|
|
|
|
"@angular-eslint/schematics": "17.3.0",
|
|
|
|
"@angular-eslint/template-parser": "17.3.0",
|
|
|
|
"@angular/cli": "^17.3.6",
|
|
|
|
"@angular/compiler-cli": "^17.3.7",
|
|
|
|
"@angular/language-service": "^17.3.7",
|
|
|
|
"@fortawesome/fontawesome-free": "^6.5.2",
|
|
|
|
"@ngrx/eslint-plugin": "^17.2.0",
|
|
|
|
"@ngrx/schematics": "^17.2.0",
|
|
|
|
"@ngrx/store-devtools": "^17.2.0",
|
2024-03-24 08:55:14 +00:00
|
|
|
"@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",
|
2024-06-20 14:12:55 +00:00
|
|
|
"@types/node": "^20.12.10",
|
|
|
|
"@types/plotly.js": "^2.29.3",
|
2024-03-24 08:55:14 +00:00
|
|
|
"@types/tinycolor2": "^1.4.6",
|
2024-06-20 14:12:55 +00:00
|
|
|
"@types/uuid": "^9.0.8",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
|
|
"eslint": "^8.57.0",
|
2024-03-24 08:55:14 +00:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2024-06-20 14:12:55 +00:00
|
|
|
"eslint-plugin-jsdoc": "^48.2.3",
|
2023-11-17 08:24:49 +00:00
|
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
2024-06-20 14:12:55 +00:00
|
|
|
"typescript": "~5.4.5"
|
2020-06-04 15:07:14 +00:00
|
|
|
}
|
2023-08-02 12:35:38 +00:00
|
|
|
}
|