mirror of
https://github.com/clearml/clearml-web
synced 2025-01-30 22:17:22 +00:00
103 lines
4.1 KiB
JSON
103 lines
4.1 KiB
JSON
{
|
|
"name": "ClearML-webapp",
|
|
"version": "0.17.0",
|
|
"license": "",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "npx ng serve --proxy-config proxy.config.js --live-reload false --port 4300",
|
|
"hmr": "npx ng serve --proxy-config proxy.config.js --hmr --port 4300",
|
|
"build": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --prod --source-map --extract-css=false --vendor-chunk --crossOrigin=use-credentials",
|
|
"build-demo": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --configuration demo --source-map --extract-css=false --crossOrigin=use-credentials",
|
|
"build-guest": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --prod --configuration guest --source-map --extract-css=false --crossOrigin=use-credentials",
|
|
"build-community": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --prod --configuration community --source-map --extract-css=false --crossOrigin=use-credentials",
|
|
"build-dev": "node ./node_modules/.bin/ng build --extract-css=false --crossOrigin=use-credentials",
|
|
"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 --prod --vendor-chunk --aot --stats-json; webpack-bundle-analyzer build/stats.json",
|
|
"submodule": "git submodule update --recursive --remote --init"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^11.2.7",
|
|
"@angular/cdk": "^11.2.6",
|
|
"@angular/common": "^11.2.7",
|
|
"@angular/compiler": "^11.2.7",
|
|
"@angular/core": "^11.2.7",
|
|
"@angular/forms": "^11.2.7",
|
|
"@angular/material": "^11.2.6",
|
|
"@angular/platform-browser": "^11.2.7",
|
|
"@angular/platform-browser-dynamic": "^11.2.7",
|
|
"@angular/platform-server": "^11.2.7",
|
|
"@angular/router": "^11.2.7",
|
|
"@angular/service-worker": "^11.2.7",
|
|
"@ngrx/effects": "^11.0.1",
|
|
"@ngrx/entity": "^11.0.1",
|
|
"@ngrx/router-store": "^11.0.1",
|
|
"@ngrx/store": "^11.0.1",
|
|
"ace-builds": "^1.4.12",
|
|
"amazon-s3-uri": "0.1.0",
|
|
"angular-google-tag-manager": "^1.3.0",
|
|
"angular-resizable-element": "^3.3.5",
|
|
"angular-split": "^5.0.0",
|
|
"ansi-to-html": "^0.6.14",
|
|
"aws-sdk": "^2.874.0",
|
|
"bootstrap": "^4.6.0",
|
|
"britecharts": "^2.17.6",
|
|
"diff": "^5.0.0",
|
|
"has-ansi": "^4.0.1",
|
|
"hocon-parser": "^1.0.1",
|
|
"jwt-decode": "^3.1.2",
|
|
"localforage": "^1.9.0",
|
|
"lodash": "^4.17.21",
|
|
"lucene": "^2.1.1",
|
|
"ngx-clipboard": "^14.0.1",
|
|
"ngx-color-picker": "^11.0.0",
|
|
"ngx-filesize": "^2.0.16",
|
|
"ngx-markdown-editor": "^3.3.2",
|
|
"object-hash": "^2.1.1",
|
|
"primeicons": "^4.1.0",
|
|
"primeng": "^11.3.1",
|
|
"process": "^0.11.10",
|
|
"rxjs": "^6.6.7",
|
|
"string-to-color": "^2.2.2",
|
|
"tslib": "^2.1.0",
|
|
"uuid": "^8.3.2",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.1102.6",
|
|
"@angular-devkit/core": "^11.2.6",
|
|
"@angular-devkit/schematics": "^11.2.6",
|
|
"@angular-devkit/schematics-cli": "^0.1102.6",
|
|
"@angular-eslint/builder": "^2.0.2",
|
|
"@angular-eslint/eslint-plugin": "^2.0.2",
|
|
"@angular-eslint/eslint-plugin-template": "^2.0.2",
|
|
"@angular-eslint/schematics": "2.0.2",
|
|
"@angular-eslint/template-parser": "^2.0.2",
|
|
"@angular/cli": "^11.2.6",
|
|
"@angular/compiler-cli": "^11.2.7",
|
|
"@angular/language-service": "^11.2.7",
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
"@ngrx/schematics": "^11.0.1",
|
|
"@ngrx/store-devtools": "^11.0.1",
|
|
"@schematics/schematics": "^0.1102.6",
|
|
"@types/d3-selection": "^2.0.0",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/node": "^14.14.37",
|
|
"@types/plotly.js": "^1.54.10",
|
|
"@types/uuid": "^8.3.0",
|
|
"@typescript-eslint/eslint-plugin": "4.19.0",
|
|
"@typescript-eslint/parser": "4.19.0",
|
|
"codelyzer": "^6.0.1",
|
|
"eslint": "^7.23.0",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-jsdoc": "32.3.0",
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
"ts-node": "~9.1.1",
|
|
"typescript": "^4.1.5",
|
|
"webpack-bundle-analyzer": "^4.4.0"
|
|
}
|
|
}
|