mirror of
https://github.com/clearml/clearml-web
synced 2025-01-30 22:17:22 +00:00
95 lines
3.5 KiB
JSON
95 lines
3.5 KiB
JSON
|
{
|
||
|
"name": "trains-webapp",
|
||
|
"version": "0.15.0",
|
||
|
"license": "",
|
||
|
"scripts": {
|
||
|
"ng": "ng",
|
||
|
"start": "npx ng serve --proxy-config proxy.config.json --live-reload false --port 4300",
|
||
|
"aot": "node --max_old_space_size=3248 ./node_modules/.bin/ng serve --proxy-config proxy.config.json --aot",
|
||
|
"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-dev": "node ./node_modules/.bin/ng build --extract-css=false --crossOrigin=use-credentials",
|
||
|
"build-cloud": "./scripts/build-cloud.sh",
|
||
|
"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-devkit/build-ng-packagr": "~0.901.1",
|
||
|
"@angular/animations": "^9.1.1",
|
||
|
"@angular/cdk": "^9.1.1",
|
||
|
"@angular/common": "^9.1.1",
|
||
|
"@angular/compiler": "^9.1.1",
|
||
|
"@angular/core": "^9.1.1",
|
||
|
"@angular/forms": "^9.1.1",
|
||
|
"@angular/material": "^9.1.1",
|
||
|
"@angular/platform-browser": "^9.1.1",
|
||
|
"@angular/platform-browser-dynamic": "^9.1.1",
|
||
|
"@angular/platform-server": "^9.1.1",
|
||
|
"@angular/router": "^9.1.1",
|
||
|
"@angular/service-worker": "^9.1.1",
|
||
|
"@ng-select/ng-select": "^4.0.0",
|
||
|
"@ngrx/effects": "^9.1.0",
|
||
|
"@ngrx/entity": "^9.1.0",
|
||
|
"@ngrx/router-store": "^9.1.0",
|
||
|
"@ngrx/store": "^9.1.0",
|
||
|
"@types/d3-selection": "^1.4.1",
|
||
|
"@types/plotly.js": "^1.50.4",
|
||
|
"amazon-s3-uri": "0.0.3",
|
||
|
"angular-notifier": "https://github.com/shayh/angular-notifier/releases/download/v4.2.0/angular-notifier-4.2.0.tgz",
|
||
|
"angular-split": "^3.0.3",
|
||
|
"ansi-to-html": "^0.6.14",
|
||
|
"aws-sdk": "^2.656.0",
|
||
|
"bootstrap": "^4.4.1",
|
||
|
"britecharts": "^2.16.0",
|
||
|
"hocon-parser": "^1.0.1",
|
||
|
"jwt-decode": "^2.2.0",
|
||
|
"localforage": "^1.7.3",
|
||
|
"lodash": "^4.17.15",
|
||
|
"lucene": "^2.1.1",
|
||
|
"ngx-clipboard": "^13.0.0",
|
||
|
"ngx-color-picker": "^9.0.0",
|
||
|
"ngx-filesize": "^2.0.13",
|
||
|
"node-sass": "^4.13.1",
|
||
|
"object-hash": "^2.0.3",
|
||
|
"primeicons": "^2.0.0",
|
||
|
"primeng": "^9.0.5",
|
||
|
"process": "^0.11.10",
|
||
|
"rxjs": "^6.5.5",
|
||
|
"tslib": "^1.11.1",
|
||
|
"uuid": "^7.0.3",
|
||
|
"zone.js": "~0.10.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@angular-devkit/build-angular": "~0.901.1",
|
||
|
"@angular-devkit/core": "^9.1.1",
|
||
|
"@angular-devkit/schematics": "^9.1.1",
|
||
|
"@angular-devkit/schematics-cli": "^0.901.1",
|
||
|
"@angular/cli": "^9.1.1",
|
||
|
"@angular/compiler-cli": "^9.1.1",
|
||
|
"@angular/language-service": "^9.1.1",
|
||
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
||
|
"@ngrx/schematics": "^9.1.0",
|
||
|
"@ngrx/store-devtools": "^9.1.0",
|
||
|
"@schematics/schematics": "^0.901.1",
|
||
|
"@types/lodash": "^4.14.149",
|
||
|
"@types/node": "^12.12.35",
|
||
|
"@types/uuid": "^7.0.2",
|
||
|
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
||
|
"@typescript-eslint/parser": "^2.27.0",
|
||
|
"babel-loader": "^8.1.0",
|
||
|
"codelyzer": "^5.2.2",
|
||
|
"eslint": "^6.8.0",
|
||
|
"markdown-loader": "^5.1.0",
|
||
|
"marked": "^0.8.2",
|
||
|
"ts-node": "^8.8.2",
|
||
|
"typescript": "3.8.3",
|
||
|
"webpack-bundle-analyzer": "^3.6.1",
|
||
|
"webpack-cli": "^3.3.11"
|
||
|
}
|
||
|
}
|