2018-08-02 13:41:30 +00:00
|
|
|
{
|
|
|
|
"name": "control-center",
|
|
|
|
"version": "0.0.0",
|
2022-01-18 08:22:13 +00:00
|
|
|
"private": true,
|
2018-08-02 13:41:30 +00:00
|
|
|
"scripts": {
|
2021-08-03 14:04:23 +00:00
|
|
|
"postinstall": "ngcc",
|
2022-01-11 17:07:27 +00:00
|
|
|
"start": "ng serve --proxy-config proxy.conf.js --port 4200",
|
2021-09-15 12:27:30 +00:00
|
|
|
"build": "ng build --extra-webpack-config webpack.extra.js",
|
2018-08-02 13:41:30 +00:00
|
|
|
"test": "ng test",
|
2022-03-24 18:12:04 +00:00
|
|
|
"lint-cmd": "eslint \"src/**/*.{ts,js,html}\" --max-warnings 1328",
|
2022-01-18 08:22:13 +00:00
|
|
|
"lint-cache-cmd": "npm run lint-cmd -- --cache",
|
|
|
|
"lint": "npm run lint-cache-cmd",
|
|
|
|
"lint-fix": "npm run lint-cache-cmd -- --fix",
|
|
|
|
"lint-errors": "npm run lint-cache-cmd -- --quiet",
|
2022-01-12 12:49:47 +00:00
|
|
|
"prettier-preset": "prettier \"**/*.{html,js,ts,css,scss,md,json,prettierrc,svg,huskyrc,yml,yaml}\"",
|
2020-04-09 09:53:00 +00:00
|
|
|
"prettier": "npm run prettier-preset -- --list-different",
|
|
|
|
"prettier:fix": "npm run prettier-preset -- --write",
|
2021-05-13 11:42:10 +00:00
|
|
|
"fix": "npm run lint-fix; npm run prettier:fix",
|
2021-04-05 15:23:42 +00:00
|
|
|
"compile-thrift-deprecated": "ts-node --project tools/tsconfig.json tools/compile-thrift-deprecated",
|
2020-09-24 11:57:38 +00:00
|
|
|
"compile-thrift": "ts-node --project tools/tsconfig.json tools/compile-thrift",
|
2021-08-03 14:04:23 +00:00
|
|
|
"compile": "npm run parallel-cmd -- --names THRIFT,THRIFT_DEP \"npm run compile-thrift\" \"npm run compile-thrift-deprecated\"",
|
2022-01-18 08:22:13 +00:00
|
|
|
"ci:build": "npm run parallel-cmd -- --names PRETTIER,LINT,BUILD \"npm run prettier\" \"npm run lint-cmd -- --quiet\" \"npm run build\"",
|
2021-08-03 14:04:23 +00:00
|
|
|
"parallel-cmd": "concurrently --kill-others-on-fail --prefix-colors magenta,green,red,yellow,blue"
|
2018-08-02 13:41:30 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-18 08:22:13 +00:00
|
|
|
"@angular/animations": "~13.1.2",
|
|
|
|
"@angular/cdk": "^13.1.2",
|
|
|
|
"@angular/common": "^13.1.2",
|
|
|
|
"@angular/compiler": "^13.1.2",
|
|
|
|
"@angular/core": "^13.1.2",
|
|
|
|
"@angular/flex-layout": "^13.0.0-beta.36",
|
|
|
|
"@angular/forms": "~13.1.2",
|
|
|
|
"@angular/material": "~13.1.2",
|
|
|
|
"@angular/material-moment-adapter": "~13.1.2",
|
|
|
|
"@angular/platform-browser": "~13.1.2",
|
|
|
|
"@angular/platform-browser-dynamic": "~13.1.2",
|
|
|
|
"@angular/platform-server": "~13.1.2",
|
|
|
|
"@angular/router": "~13.1.2",
|
2021-10-07 08:10:30 +00:00
|
|
|
"@ngneat/reactive-forms": "^2.0.0",
|
2022-01-18 08:22:13 +00:00
|
|
|
"@ngneat/until-destroy": "^9.0.0",
|
2022-03-04 15:41:08 +00:00
|
|
|
"@s-libs/js-core": "^13.1.0",
|
|
|
|
"@s-libs/micro-dash": "^13.1.0",
|
|
|
|
"@s-libs/ng-core": "^13.1.0",
|
|
|
|
"@s-libs/rxjs-core": "^13.1.0",
|
2022-03-24 18:12:04 +00:00
|
|
|
"@vality/dominant-cache-proto": "1.0.1-5b29d81.0",
|
2022-03-21 18:31:56 +00:00
|
|
|
"@vality/magista-proto": "1.0.1-f1a4bc0.0",
|
2022-03-16 18:29:21 +00:00
|
|
|
"@vality/payout-manager-proto": "^1.0.1-cc9875f.0",
|
2022-03-04 15:41:08 +00:00
|
|
|
"@vality/thrift-ts": "2.2.0-alpha",
|
2022-01-11 17:07:27 +00:00
|
|
|
"@vality/woody": "^0.1.0",
|
2020-04-09 09:53:00 +00:00
|
|
|
"angular-file": "3.0.1",
|
2018-08-21 13:15:51 +00:00
|
|
|
"angular2-prettyjson": "3.0.1",
|
2020-10-15 14:35:44 +00:00
|
|
|
"coerce-property": "^0.3.2",
|
2020-01-31 18:00:10 +00:00
|
|
|
"humanize-duration": "~3.21.0",
|
2020-01-20 15:50:16 +00:00
|
|
|
"jsonc-parser": "~2.0.2",
|
2022-01-18 08:22:13 +00:00
|
|
|
"keycloak-angular": "^9.0.0",
|
2021-08-09 13:56:36 +00:00
|
|
|
"keycloak-js": "^14.0.0",
|
2020-02-07 09:42:41 +00:00
|
|
|
"lodash-es": "~4.17.15",
|
2020-01-20 15:50:16 +00:00
|
|
|
"moment": "~2.22.2",
|
2021-01-15 11:48:19 +00:00
|
|
|
"monaco-editor": "^0.21.2",
|
2022-01-18 08:22:13 +00:00
|
|
|
"ngx-mat-select-search": "^4.0.0",
|
2022-03-04 15:41:08 +00:00
|
|
|
"rxjs": "^7.5.4",
|
2020-10-28 13:40:06 +00:00
|
|
|
"short-uuid": "^4.1.0",
|
2020-03-27 09:12:55 +00:00
|
|
|
"transliteration": "^2.1.8",
|
2020-08-21 12:15:41 +00:00
|
|
|
"tslib": "^2.0.0",
|
2020-02-07 09:42:41 +00:00
|
|
|
"utility-types": "^3.10.0",
|
2020-01-20 15:50:16 +00:00
|
|
|
"uuid": "~3.3.2",
|
2021-08-05 15:26:06 +00:00
|
|
|
"zone.js": "~0.11.4"
|
2018-08-02 13:41:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-18 08:22:13 +00:00
|
|
|
"@angular-devkit/build-angular": "~13.1.2",
|
|
|
|
"@angular-eslint/builder": "^13.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin": "^13.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "^13.0.1",
|
|
|
|
"@angular-eslint/schematics": "~13.0.1",
|
|
|
|
"@angular-eslint/template-parser": "^13.0.1",
|
|
|
|
"@angular/cli": "^13.1.3",
|
|
|
|
"@angular/compiler-cli": "^13.1.2",
|
2020-09-24 11:57:38 +00:00
|
|
|
"@types/del": "^4.0.0",
|
|
|
|
"@types/glob": "^7.1.3",
|
2020-01-31 18:00:10 +00:00
|
|
|
"@types/humanize-duration": "~3.18.0",
|
2021-01-19 08:17:15 +00:00
|
|
|
"@types/jasmine": "~3.6.0",
|
2020-01-31 18:00:10 +00:00
|
|
|
"@types/jwt-decode": "~2.2.1",
|
2020-02-07 09:42:41 +00:00
|
|
|
"@types/lodash-es": "~4.17.3",
|
2021-08-05 15:26:06 +00:00
|
|
|
"@types/node": "^16.4.12",
|
2020-01-20 15:50:16 +00:00
|
|
|
"@types/uuid": "~3.4.3",
|
2022-01-18 08:22:13 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
|
|
|
"@typescript-eslint/parser": "~5.8.0",
|
2021-03-31 11:05:35 +00:00
|
|
|
"chalk": "^4.1.0",
|
2022-01-11 17:07:27 +00:00
|
|
|
"concurrently": "^6.5.1",
|
2022-03-11 13:08:24 +00:00
|
|
|
"damsel": "github:valitydev/damsel#318a7a6588c4813bd7d5c170af58fa9b6a80e401",
|
2022-01-11 17:07:27 +00:00
|
|
|
"deanonimus-proto": "github:valitydev/deanonimus-proto#b9fab4fd1c7690186efdc5974d113c82bd5765e9",
|
2020-09-24 11:57:38 +00:00
|
|
|
"del": "^5.1.0",
|
2022-01-18 08:22:13 +00:00
|
|
|
"eslint": "^8.5.0",
|
2022-01-11 17:07:27 +00:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
"eslint-plugin-jasmine": "^4.1.2",
|
2022-01-18 08:22:13 +00:00
|
|
|
"eslint-plugin-jsdoc": "^37.4.0",
|
2022-01-11 17:07:27 +00:00
|
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
2022-01-18 08:22:13 +00:00
|
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
2022-01-11 17:07:27 +00:00
|
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.11.0",
|
|
|
|
"file-storage-proto": "github:valitydev/file-storage-proto#281e1ca4cea9bf32229a6c389f0dcf5d49c05a0b",
|
|
|
|
"fistful-proto": "github:valitydev/fistful-proto#e340259cdd3add024f0139e21f0a2453312ef901",
|
2020-09-24 11:57:38 +00:00
|
|
|
"glob": "^7.1.6",
|
2021-01-19 08:17:15 +00:00
|
|
|
"jasmine-core": "~3.6.0",
|
2020-08-21 12:15:41 +00:00
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
2020-01-20 15:50:16 +00:00
|
|
|
"jwt-decode": "~2.2.0",
|
2021-08-05 15:26:06 +00:00
|
|
|
"karma": "~6.3.4",
|
2020-04-09 09:53:00 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-08-21 12:15:41 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
2021-01-19 08:17:15 +00:00
|
|
|
"karma-jasmine": "~4.0.0",
|
2020-08-21 12:15:41 +00:00
|
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
2022-01-18 08:22:13 +00:00
|
|
|
"machinegun-proto": "github:valitydev/machinegun-proto#d814d6948d4ff13f6f41d12c6613f59c805750b2",
|
2022-01-11 17:07:27 +00:00
|
|
|
"messages-proto": "github:valitydev/messages-proto#a177efb574136961bcd0a8236b4bfc425264de29",
|
2022-01-18 08:22:13 +00:00
|
|
|
"ngx-build-plus": "^13.0.1",
|
2020-04-09 09:53:00 +00:00
|
|
|
"prettier": "~2.0.4",
|
2020-12-29 10:49:58 +00:00
|
|
|
"ts-mockito": "^2.6.1",
|
2020-04-09 09:53:00 +00:00
|
|
|
"ts-node": "~8.8.2",
|
2022-01-18 08:22:13 +00:00
|
|
|
"typescript": "~4.5.4"
|
2018-08-02 13:41:30 +00:00
|
|
|
}
|
2022-03-24 18:12:04 +00:00
|
|
|
}
|