clearml-web/package.json

102 lines
4.1 KiB
JSON
Raw Normal View History

2020-06-04 15:07:14 +00:00
{
2021-01-18 14:30:25 +00:00
"name": "ClearML-webapp",
"version": "1.2.0",
2020-06-04 15:07:14 +00:00
"license": "",
"scripts": {
"ng": "ng",
2021-01-18 14:30:25 +00:00
"start": "npx ng serve --proxy-config proxy.config.js --live-reload false --port 4300",
2021-05-11 13:45:36 +00:00
"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 --crossOrigin=use-credentials",
2020-06-04 15:07:14 +00:00
"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 --configuration production --configuration guest --source-map --extract-css=false --crossOrigin=use-credentials",
"build-community": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --configuration production --configuration community --source-map --extract-css=false --crossOrigin=use-credentials",
2020-06-04 15:07:14 +00:00
"build-dev": "node ./node_modules/.bin/ng build --extract-css=false --crossOrigin=use-credentials",
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",
"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": {
"@angular/animations": "^12.2.13",
"@angular/cdk": "^12.2.13",
"@angular/common": "^12.2.13",
"@angular/compiler": "^12.2.13",
"@angular/core": "^12.2.13",
"@angular/forms": "^12.2.13",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "^12.2.13",
"@angular/platform-browser-dynamic": "^12.2.13",
"@angular/platform-server": "^12.2.13",
"@angular/router": "^12.2.13",
"@angular/service-worker": "^12.2.13",
"@aws-sdk/client-s3": "^3.41.0",
"@aws-sdk/s3-request-presigner": "^3.41.0",
"@ngrx/effects": "^12.5.1",
"@ngrx/entity": "^12.5.1",
"@ngrx/router-store": "^12.5.1",
"@ngrx/store": "^12.5.1",
"ace-builds": "^1.4.13",
"angular-google-tag-manager": "^1.4.3",
"angular-resizable-element": "^4.0.0",
2021-05-11 13:45:36 +00:00
"angular-split": "^5.0.0",
"ansi-to-html": "^0.7.2",
"bootstrap": "^4.6.1",
2021-07-26 09:56:51 +00:00
"britecharts": "^2.18.0",
2021-05-11 13:45:36 +00:00
"diff": "^5.0.0",
"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",
"lodash": "^4.17.21",
2020-06-04 15:07:14 +00:00
"lucene": "^2.1.1",
"ngx-clipboard": "^14.0.2",
2021-05-11 13:45:36 +00:00
"ngx-color-picker": "^11.0.0",
2021-01-18 14:30:25 +00:00
"ngx-filesize": "^2.0.16",
2021-07-26 09:56:51 +00:00
"ngx-markdown-editor": "^3.3.3",
"object-hash": "^2.2.0",
"primeicons": "^5.0.0",
"primeng": "^12.2.2",
2020-06-04 15:07:14 +00:00
"process": "^0.11.10",
2021-05-11 13:45:36 +00:00
"rxjs": "^6.6.7",
2021-01-18 14:30:25 +00:00
"string-to-color": "^2.2.2",
"tslib": "^2.3.1",
2021-05-11 13:45:36 +00:00
"uuid": "^8.3.2",
"zone.js": "~0.11.4"
2020-06-04 15:07:14 +00:00
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.1",
"@angular-devkit/core": "^12.2.1",
"@angular-devkit/schematics": "^12.2.1",
"@angular-devkit/schematics-cli": "^0.1102.6",
"@angular-eslint/builder": "^12.0.0",
"@angular-eslint/eslint-plugin": "^12.0.0",
"@angular-eslint/eslint-plugin-template": "^12.0.0",
"@angular-eslint/schematics": "12.3.1",
"@angular-eslint/template-parser": "^12.0.0",
"@angular/cli": "^12.2.1",
"@angular/compiler-cli": "^12.2.1",
"@angular/language-service": "^12.2.1",
2021-05-11 13:45:36 +00:00
"@fortawesome/fontawesome-free": "^5.15.3",
"@ngrx/schematics": "^12.4.0",
"@ngrx/store-devtools": "^12.4.0",
"@schematics/schematics": "^0.1102.6",
2021-05-11 13:45:36 +00:00
"@types/d3-selection": "^2.0.0",
"@types/lodash": "^4.14.168",
2021-07-26 09:56:51 +00:00
"@types/node": "^14.14.41",
"@types/plotly.js": "^1.54.14",
2021-01-18 14:30:25 +00:00
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
2021-01-18 14:30:25 +00:00
"codelyzer": "^6.0.1",
"eslint": "^7.26.0",
2021-05-11 13:45:36 +00:00
"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.3.5",
2021-05-11 13:45:36 +00:00
"webpack-bundle-analyzer": "^4.4.0"
2020-06-04 15:07:14 +00:00
}
}