mirror of
https://github.com/clearml/clearml-web
synced 2025-06-26 18:27:02 +00:00
release v1.9 (#43)
Co-authored-by: Shay Halsband <shy.halsband@gmail.com>
This commit is contained in:
85
package.json
85
package.json
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"name": "clearml-webapp",
|
||||
"version": "1.8.0",
|
||||
"version": "1.9.0",
|
||||
"license": "",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "npx ng serve --proxy-config proxy.config.js --live-reload false --port 4300",
|
||||
"start-widgets": "npx ng serve --port 4201 --project report-widgets --proxy-config proxy.config.js --live-reload false",
|
||||
"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",
|
||||
"build": "npx ng build --configuration production --source-map --vendor-chunk",
|
||||
"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",
|
||||
@@ -17,27 +19,27 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^14.2.8",
|
||||
"@angular/cdk": "^14.2.6",
|
||||
"@angular/common": "^14.2.8",
|
||||
"@angular/compiler": "^14.2.8",
|
||||
"@angular/core": "^14.2.8",
|
||||
"@angular/forms": "^14.2.8",
|
||||
"@angular/material": "^14.2.6",
|
||||
"@angular/platform-browser": "^14.2.8",
|
||||
"@angular/platform-browser-dynamic": "^14.2.8",
|
||||
"@angular/platform-server": "^14.2.8",
|
||||
"@angular/router": "^14.2.8",
|
||||
"@angular/service-worker": "^14.2.8",
|
||||
"@angular/youtube-player": "^14.2.6",
|
||||
"@aws-sdk/client-s3": "^3.197.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.197.0",
|
||||
"@angular/animations": "^14.2.12",
|
||||
"@angular/cdk": "^14.2.7",
|
||||
"@angular/common": "^14.2.12",
|
||||
"@angular/compiler": "^14.2.12",
|
||||
"@angular/core": "^14.2.12",
|
||||
"@angular/forms": "^14.2.12",
|
||||
"@angular/material": "^14.2.7",
|
||||
"@angular/platform-browser": "^14.2.12",
|
||||
"@angular/platform-browser-dynamic": "^14.2.12",
|
||||
"@angular/platform-server": "^14.2.12",
|
||||
"@angular/router": "^14.2.12",
|
||||
"@angular/service-worker": "^14.2.12",
|
||||
"@angular/youtube-player": "^14.2.7",
|
||||
"@aws-sdk/client-s3": "^3.216.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.216.0",
|
||||
"@ngneat/dag": "^2.0.0",
|
||||
"@ngrx/effects": "^14.3.2",
|
||||
"@ngrx/entity": "^14.3.2",
|
||||
"@ngrx/router-store": "^14.3.2",
|
||||
"@ngrx/store": "^14.3.2",
|
||||
"ace-builds": "^1.12.3",
|
||||
"ace-builds": "^1.13.1",
|
||||
"angular-google-tag-manager": "^1.6.1",
|
||||
"angular-resizable-element": "^6.0.0",
|
||||
"angular-split": "^14.1.0",
|
||||
@@ -57,46 +59,47 @@
|
||||
"ngx-clipboard": "^15.1.0",
|
||||
"ngx-color-picker": "^13.0.0",
|
||||
"ngx-device-detector": "^4.0.1",
|
||||
"ngx-markdown-editor": "^4.2.0",
|
||||
"ngx-markdown-editor": "^4.3.0",
|
||||
"ngx-print": "^1.2.1",
|
||||
"ngx-window-token": "^6.0.0",
|
||||
"object-hash": "^3.0.0",
|
||||
"primeicons": "^6.0.1",
|
||||
"primeng": "^14.1.2",
|
||||
"primeng": "^14.2.2",
|
||||
"process": "^0.11.10",
|
||||
"rxjs": "^7.5.7",
|
||||
"string-to-color": "^2.2.2",
|
||||
"tslib": "^2.4.0",
|
||||
"tslib": "^2.4.1",
|
||||
"url": "^0.11.0",
|
||||
"uuid": "^9.0.0",
|
||||
"zone.js": "~0.11.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^14.2.7",
|
||||
"@angular-devkit/core": "^14.2.7",
|
||||
"@angular-devkit/schematics": "^14.2.7",
|
||||
"@angular-devkit/build-angular": "^14.2.10",
|
||||
"@angular-devkit/core": "^14.2.10",
|
||||
"@angular-devkit/schematics": "^14.2.10",
|
||||
"@angular-devkit/schematics-cli": "^14.2.7",
|
||||
"@angular-eslint/builder": "^14.1.2",
|
||||
"@angular-eslint/eslint-plugin": "^14.1.2",
|
||||
"@angular-eslint/eslint-plugin-template": "^14.1.2",
|
||||
"@angular-eslint/schematics": "14.1.2",
|
||||
"@angular-eslint/template-parser": "^14.1.2",
|
||||
"@angular/cli": "^14.2.7",
|
||||
"@angular/compiler-cli": "^14.2.8",
|
||||
"@angular/language-service": "^14.2.8",
|
||||
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||
"@angular-eslint/builder": "^14.4.0",
|
||||
"@angular-eslint/eslint-plugin": "^14.4.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^14.4.0",
|
||||
"@angular-eslint/schematics": "14.4.0",
|
||||
"@angular-eslint/template-parser": "^14.4.0",
|
||||
"@angular/cli": "^14.2.10",
|
||||
"@angular/compiler-cli": "^14.2.12",
|
||||
"@angular/language-service": "^14.2.12",
|
||||
"@fortawesome/fontawesome-free": "^6.2.1",
|
||||
"@ngrx/schematics": "^14.3.2",
|
||||
"@ngrx/store-devtools": "^14.3.2",
|
||||
"@types/d3-selection": "^3.0.3",
|
||||
"@types/lodash": "^4.14.186",
|
||||
"@types/node": "^16.18.2",
|
||||
"@types/plotly.js": "^2.12.8",
|
||||
"@types/lodash": "^4.14.191",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/plotly.js": "^2.12.9",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
||||
"@typescript-eslint/parser": "^5.41.0",
|
||||
"codelyzer": "^6.0.2",
|
||||
"eslint": "^8.26.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
||||
"@typescript-eslint/parser": "^5.44.0",
|
||||
"codelyzer": "^0.0.28",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jsdoc": "39.3.25",
|
||||
"eslint-plugin-jsdoc": "39.6.2",
|
||||
"eslint-plugin-prefer-arrow": "1.2.3",
|
||||
"typescript": "~4.8.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user