2020-06-04 15:07:14 +00:00
|
|
|
{
|
2022-11-01 10:40:14 +00:00
|
|
|
"name": "clearml-webapp",
|
2023-11-06 16:33:28 +00:00
|
|
|
"version": "1.13.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",
|
2022-12-22 13:07:25 +00:00
|
|
|
"start-widgets": "npx ng serve --port 4201 --project report-widgets --proxy-config proxy.config.js --live-reload false",
|
2021-05-11 13:45:36 +00:00
|
|
|
"hmr": "npx ng serve --proxy-config proxy.config.js --hmr --port 4300",
|
2022-12-22 13:07:25 +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": {
|
2023-11-06 16:33:28 +00:00
|
|
|
"@angular/animations": "^16.1.5",
|
|
|
|
"@angular/cdk": "16.1.5",
|
|
|
|
"@angular/common": "^16.1.5",
|
|
|
|
"@angular/compiler": "^16.1.5",
|
|
|
|
"@angular/core": "^16.1.5",
|
|
|
|
"@angular/forms": "^16.1.5",
|
|
|
|
"@angular/material": "16.1.5",
|
|
|
|
"@angular/platform-browser": "^16.1.5",
|
|
|
|
"@angular/platform-browser-dynamic": "^16.1.5",
|
|
|
|
"@angular/platform-server": "^16.1.5",
|
|
|
|
"@angular/router": "^16.1.5",
|
|
|
|
"@angular/service-worker": "^16.1.5",
|
|
|
|
"@angular/youtube-player": "^16.1.5",
|
|
|
|
"@aws-sdk/client-s3": "^3.370.0",
|
|
|
|
"@aws-sdk/s3-request-presigner": "^3.370.0",
|
|
|
|
"@ctrl/ngx-github-buttons": "^9.0.0",
|
|
|
|
"@ctrl/tinycolor": "^4.0.1",
|
2022-07-10 11:10:46 +00:00
|
|
|
"@ngneat/dag": "^2.0.0",
|
2023-11-06 16:33:28 +00:00
|
|
|
"@ngrx/effects": "^16.1.0",
|
|
|
|
"@ngrx/entity": "^16.1.0",
|
|
|
|
"@ngrx/router-store": "^16.1.0",
|
|
|
|
"@ngrx/store": "^16.1.0",
|
|
|
|
"ace-builds": "^1.23.4",
|
2023-03-29 15:04:17 +00:00
|
|
|
"angular-resizable-element": "^7.0.2",
|
2023-05-23 13:02:13 +00:00
|
|
|
"angular-split": "^15.0.0",
|
2022-02-15 11:09:07 +00:00
|
|
|
"ansi-to-html": "^0.7.2",
|
2023-11-06 16:33:28 +00:00
|
|
|
"bootstrap": "^5.3.0",
|
2023-08-02 12:35:38 +00:00
|
|
|
"britecharts": "^3.0.0-alpha-6.1.6",
|
2022-03-15 13:46:26 +00:00
|
|
|
"curved-arrows": "^0.1.0",
|
2022-06-07 14:48:29 +00:00
|
|
|
"d3-selection": "^3.0.0",
|
2023-08-02 12:35:38 +00:00
|
|
|
"d3-transition": "^3.0.1",
|
|
|
|
"d3-zoom": "^3.0.0",
|
2022-11-01 10:40:14 +00:00
|
|
|
"diff": "^5.1.0",
|
|
|
|
"dom-to-image": "^2.6.0",
|
2023-11-06 16:33:28 +00:00
|
|
|
"dompurify": "^3.0.6",
|
|
|
|
"export-to-csv": "^0.2.1",
|
2023-05-23 13:02:13 +00:00
|
|
|
"filesize": "^10.0.7",
|
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",
|
2021-05-11 13:45:36 +00:00
|
|
|
"jwt-decode": "^3.1.2",
|
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",
|
2023-11-06 16:33:28 +00:00
|
|
|
"marked": "^7.0.5",
|
2023-05-23 13:02:13 +00:00
|
|
|
"ngx-clipboard": "^16.0.0",
|
|
|
|
"ngx-color-picker": "^14.0.0",
|
2023-11-06 16:33:28 +00:00
|
|
|
"ngx-device-detector": "^6.0.2",
|
2023-08-02 12:35:38 +00:00
|
|
|
"ngx-markdown-editor": "^5.3.1",
|
2023-03-29 15:04:17 +00:00
|
|
|
"ngx-print": "^1.3.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",
|
2022-11-28 16:10:38 +00:00
|
|
|
"primeicons": "^6.0.1",
|
2023-11-06 16:33:28 +00:00
|
|
|
"primeng": "^16.2.0",
|
2020-06-04 15:07:14 +00:00
|
|
|
"process": "^0.11.10",
|
2023-11-06 16:33:28 +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",
|
2023-11-06 16:33:28 +00:00
|
|
|
"tslib": "^2.6.0",
|
|
|
|
"url": "^0.11.1",
|
2022-11-28 16:10:38 +00:00
|
|
|
"uuid": "^9.0.0",
|
2023-11-06 16:33:28 +00:00
|
|
|
"zone.js": "~0.13.1"
|
2020-06-04 15:07:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-06 16:33:28 +00:00
|
|
|
"@angular-devkit/build-angular": "^16.1.4",
|
|
|
|
"@angular-devkit/core": "^16.1.4",
|
|
|
|
"@angular-devkit/schematics": "^16.1.4",
|
|
|
|
"@angular-devkit/schematics-cli": "^16.1.4",
|
|
|
|
"@angular-eslint/builder": "16.1.2",
|
|
|
|
"@angular-eslint/eslint-plugin": "16.1.2",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "16.1.2",
|
|
|
|
"@angular-eslint/schematics": "16.1.2",
|
|
|
|
"@angular-eslint/template-parser": "^16.1.2",
|
|
|
|
"@angular/cli": "^16.1.4",
|
|
|
|
"@angular/compiler-cli": "^16.1.5",
|
|
|
|
"@angular/language-service": "^16.1.5",
|
2023-05-23 13:02:13 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^6.4.0",
|
2023-11-06 16:33:28 +00:00
|
|
|
"@ngrx/eslint-plugin": "^16.2.0",
|
|
|
|
"@ngrx/schematics": "^16.1.0",
|
|
|
|
"@ngrx/store-devtools": "^16.1.0",
|
2023-05-23 13:02:13 +00:00
|
|
|
"@types/d3-selection": "^3.0.5",
|
2023-11-06 16:33:28 +00:00
|
|
|
"@types/lodash-es": "^4.17.8",
|
2023-05-23 13:02:13 +00:00
|
|
|
"@types/node": "^18.16.0",
|
2023-11-06 16:33:28 +00:00
|
|
|
"@types/plotly.js": "^2.12.24",
|
|
|
|
"@types/tinycolor2": "^1.4.3",
|
2023-08-02 12:35:38 +00:00
|
|
|
"@types/uuid": "^9.0.2",
|
2023-11-06 16:33:28 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.7.0",
|
|
|
|
"@typescript-eslint/parser": "6.7.0",
|
|
|
|
"eslint": "^8.49.0",
|
|
|
|
"eslint-plugin-import": "^2.28.1",
|
|
|
|
"eslint-plugin-jsdoc": "^46.6.0",
|
|
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
|
|
"typescript": "~5.1.6"
|
2020-06-04 15:07:14 +00:00
|
|
|
}
|
2023-08-02 12:35:38 +00:00
|
|
|
}
|