mirror of
https://github.com/clearml/clearml-web
synced 2025-01-30 22:17:22 +00:00
110 lines
3.9 KiB
JSON
110 lines
3.9 KiB
JSON
{
|
|
"name": "clearml-webapp",
|
|
"version": "1.10.0",
|
|
"license": "",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "npx ng serve",
|
|
"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": "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",
|
|
"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": "^15.1.3",
|
|
"@angular/cdk": "^15.1.3",
|
|
"@angular/common": "^15.1.3",
|
|
"@angular/compiler": "^15.1.3",
|
|
"@angular/core": "^15.1.3",
|
|
"@angular/forms": "^15.1.3",
|
|
"@angular/material": "^15.1.3",
|
|
"@angular/platform-browser": "^15.1.3",
|
|
"@angular/platform-browser-dynamic": "^15.1.3",
|
|
"@angular/platform-server": "^15.1.3",
|
|
"@angular/router": "^15.1.3",
|
|
"@angular/service-worker": "^15.1.3",
|
|
"@angular/youtube-player": "^15.1.3",
|
|
"@aws-sdk/client-s3": "^3.266.1",
|
|
"@aws-sdk/s3-request-presigner": "^3.266.1",
|
|
"@ctrl/ngx-github-buttons": "^8.0.0",
|
|
"@ngneat/dag": "^2.0.0",
|
|
"@ngrx/effects": "^15.2.1",
|
|
"@ngrx/entity": "^15.2.1",
|
|
"@ngrx/router-store": "^15.2.1",
|
|
"@ngrx/store": "^15.2.1",
|
|
"ace-builds": "^1.15.0",
|
|
"angular-google-tag-manager": "^1.7.0",
|
|
"angular-resizable-element": "^7.0.2",
|
|
"angular-split": "^14.1.0",
|
|
"ansi-to-html": "^0.7.2",
|
|
"bootstrap": "^4.6.2",
|
|
"britecharts": "^2.18.0",
|
|
"curved-arrows": "^0.1.0",
|
|
"d3-selection": "^3.0.0",
|
|
"diff": "^5.1.0",
|
|
"dom-to-image": "^2.6.0",
|
|
"filesize": "^10.0.6",
|
|
"has-ansi": "^5.0.1",
|
|
"hocon-parser": "^1.0.1",
|
|
"jwt-decode": "^3.1.2",
|
|
"localforage": "^1.10.0",
|
|
"lodash-es": "^4.17.21",
|
|
"lucene": "^2.1.1",
|
|
"ngx-clipboard": "^15.1.0",
|
|
"ngx-color-picker": "^13.0.0",
|
|
"ngx-device-detector": "^5.0.1",
|
|
"ngx-markdown-editor": "^5.1.0",
|
|
"ngx-print": "^1.3.1",
|
|
"ngx-window-token": "^6.0.0",
|
|
"object-hash": "^3.0.0",
|
|
"primeicons": "^6.0.1",
|
|
"primeng": "^15.2.0",
|
|
"process": "^0.11.10",
|
|
"rxjs": "^7.8.0",
|
|
"string-to-color": "^2.2.2",
|
|
"tinycolor2": "^1.6.0",
|
|
"tslib": "^2.5.0",
|
|
"url": "^0.11.0",
|
|
"uuid": "^9.0.0",
|
|
"zone.js": "~0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^15.1.4",
|
|
"@angular-devkit/core": "^15.1.4",
|
|
"@angular-devkit/schematics": "^15.1.4",
|
|
"@angular-devkit/schematics-cli": "^15.1.4",
|
|
"@angular-eslint/builder": "^15.2.0",
|
|
"@angular-eslint/eslint-plugin": "^15.2.0",
|
|
"@angular-eslint/eslint-plugin-template": "^15.2.0",
|
|
"@angular-eslint/schematics": "15.2.0",
|
|
"@angular-eslint/template-parser": "^15.2.0",
|
|
"@angular/cli": "^15.1.4",
|
|
"@angular/compiler-cli": "^15.1.3",
|
|
"@angular/language-service": "^15.1.3",
|
|
"@fortawesome/fontawesome-free": "^6.3.0",
|
|
"@ngrx/schematics": "^15.2.1",
|
|
"@ngrx/store-devtools": "^15.2.1",
|
|
"@types/d3-selection": "^3.0.4",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/node": "^18.13.0",
|
|
"@types/plotly.js": "^2.12.13",
|
|
"@types/uuid": "^9.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
"@typescript-eslint/parser": "^5.51.0",
|
|
"codelyzer": "^6.0.2",
|
|
"eslint": "^8.33.0",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-jsdoc": "39.8.0",
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
"typescript": "~4.9.5"
|
|
}
|
|
}
|