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",
|
2023-04-21 12:49:05 +00:00
|
|
|
"start": "ng serve --proxy-config proxy.conf.js --port 4200",
|
2022-11-17 10:21:54 +00:00
|
|
|
"stage": "cross-env NODE_ENV=stage ng serve --proxy-config proxy.conf.js --port 4201 --configuration=stage",
|
2023-06-08 11:40:22 +00:00
|
|
|
"build": "ng build",
|
2018-08-02 13:41:30 +00:00
|
|
|
"test": "ng test",
|
2023-04-07 11:07:31 +00:00
|
|
|
"lint": "eslint \"src/**/*.{ts,js,html}\" --max-warnings 420",
|
2023-05-11 17:08:44 +00:00
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
"lint:errors": "npm run lint -- --quiet",
|
|
|
|
"format": "prettier * --list-different",
|
|
|
|
"format:fix": "prettier * --write --loglevel warn",
|
|
|
|
"spell": "cspell --no-progress **",
|
|
|
|
"spell:fix": "cspell --no-progress --show-suggestions --show-context **",
|
|
|
|
"fix": "npm run lint:fix && npm run format:fix"
|
2018-08-02 13:41:30 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-08 11:40:22 +00:00
|
|
|
"@angular/animations": "15.2.9",
|
|
|
|
"@angular/cdk": "15.2.9",
|
|
|
|
"@angular/common": "15.2.9",
|
|
|
|
"@angular/compiler": "15.2.9",
|
|
|
|
"@angular/core": "15.2.9",
|
|
|
|
"@angular/flex-layout": "15.0.0-beta.42",
|
|
|
|
"@angular/forms": "15.2.9",
|
|
|
|
"@angular/material": "15.2.9",
|
|
|
|
"@angular/material-moment-adapter": "15.2.9",
|
|
|
|
"@angular/platform-browser": "15.2.9",
|
|
|
|
"@angular/platform-browser-dynamic": "15.2.9",
|
|
|
|
"@angular/platform-server": "15.2.9",
|
|
|
|
"@angular/router": "15.2.9",
|
2022-12-16 10:51:58 +00:00
|
|
|
"@ngneat/input-mask": "6.0.0",
|
|
|
|
"@ngneat/until-destroy": "9.2.2",
|
2023-06-06 15:07:44 +00:00
|
|
|
"@s-libs/ng-core": "^15.0.0",
|
2023-01-12 13:23:36 +00:00
|
|
|
"@vality/deanonimus-proto": "2.0.1-2a3d5ad.0",
|
2023-05-31 14:53:38 +00:00
|
|
|
"@vality/domain-proto": "2.0.1-bfedcb9.0",
|
2023-01-12 13:23:36 +00:00
|
|
|
"@vality/dominant-cache-proto": "2.0.1-99f38c9.0",
|
2023-03-20 08:54:51 +00:00
|
|
|
"@vality/fistful-proto": "2.0.1-4ff4ea3.0",
|
2022-12-23 15:22:36 +00:00
|
|
|
"@vality/magista-proto": "2.0.1-cf0eff8.0",
|
2023-06-19 09:01:04 +00:00
|
|
|
"@vality/ng-core": "15.0.0",
|
2023-01-12 12:31:51 +00:00
|
|
|
"@vality/payout-manager-proto": "2.0.1-b079679.0",
|
2023-01-12 13:23:36 +00:00
|
|
|
"@vality/repairer-proto": "2.0.1-8f7973d.0",
|
2022-07-20 14:17:02 +00:00
|
|
|
"@vality/thrift-ts": "2.4.1-8ad5123.0",
|
2022-05-17 10:07:54 +00:00
|
|
|
"@vality/woody": "0.1.1",
|
2018-08-21 13:15:51 +00:00
|
|
|
"angular2-prettyjson": "3.0.1",
|
2023-04-21 12:49:05 +00:00
|
|
|
"coerce-property": "15.0.1",
|
2022-09-06 14:14:45 +00:00
|
|
|
"css-element-queries": "1.2.3",
|
2023-06-06 15:07:44 +00:00
|
|
|
"date-fns": "2.30.0",
|
2022-07-11 15:52:12 +00:00
|
|
|
"element-resize-detector": "1.2.4",
|
2022-05-24 09:16:57 +00:00
|
|
|
"humanize-duration": "3.21.0",
|
2022-09-13 17:05:16 +00:00
|
|
|
"inputmask": "5.0.7",
|
2023-06-08 11:40:22 +00:00
|
|
|
"keycloak-angular": "13.1.0",
|
2022-07-20 14:17:02 +00:00
|
|
|
"keycloak-js": "18.0.1",
|
|
|
|
"lodash-es": "4.17.21",
|
|
|
|
"moment": "2.29.4",
|
2022-05-24 09:16:57 +00:00
|
|
|
"monaco-editor": "0.21.2",
|
2023-03-23 10:37:16 +00:00
|
|
|
"ngx-mat-select-search": "7.0.1",
|
2023-06-06 15:07:44 +00:00
|
|
|
"rxjs": "7.8.1",
|
2022-05-24 09:16:57 +00:00
|
|
|
"short-uuid": "4.1.0",
|
|
|
|
"tslib": "2.3.1",
|
|
|
|
"utility-types": "3.10.0",
|
2022-11-16 14:23:13 +00:00
|
|
|
"yaml": "2.1.3",
|
2022-05-24 09:16:57 +00:00
|
|
|
"zone.js": "0.11.4"
|
2018-08-02 13:41:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-08 11:40:22 +00:00
|
|
|
"@angular-devkit/build-angular": "15.2.8",
|
2022-12-16 10:51:58 +00:00
|
|
|
"@angular-eslint/builder": "15.1.0",
|
|
|
|
"@angular-eslint/eslint-plugin": "15.1.0",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "15.1.0",
|
|
|
|
"@angular-eslint/schematics": "15.1.0",
|
|
|
|
"@angular-eslint/template-parser": "15.1.0",
|
2023-06-08 11:40:22 +00:00
|
|
|
"@angular/cli": "15.2.8",
|
|
|
|
"@angular/compiler-cli": "15.2.9",
|
2022-07-11 15:52:12 +00:00
|
|
|
"@types/element-resize-detector": "1.1.3",
|
2022-05-24 09:16:57 +00:00
|
|
|
"@types/humanize-duration": "3.18.0",
|
2022-09-13 17:05:16 +00:00
|
|
|
"@types/inputmask": "5.0.3",
|
2022-07-20 14:17:02 +00:00
|
|
|
"@types/jasmine": "4.0.3",
|
2022-05-24 09:16:57 +00:00
|
|
|
"@types/jwt-decode": "2.2.1",
|
2022-07-20 14:17:02 +00:00
|
|
|
"@types/lodash-es": "4.17.6",
|
2022-05-24 09:16:57 +00:00
|
|
|
"@types/node": "16.4.12",
|
|
|
|
"@types/uuid": "3.4.3",
|
2022-12-16 10:51:58 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.46.1",
|
|
|
|
"@typescript-eslint/parser": "5.46.1",
|
2023-05-11 17:08:44 +00:00
|
|
|
"@vality/cspell-config": "0.1.1-pr-15-020121f.0",
|
|
|
|
"@vality/prettier-config": "0.1.1-pr-15-225ffc3.0",
|
2022-09-06 14:14:45 +00:00
|
|
|
"cross-env": "7.0.3",
|
2023-05-11 17:08:44 +00:00
|
|
|
"cspell": "6.31.1",
|
2022-04-25 08:20:58 +00:00
|
|
|
"dotenv": "16.0.0",
|
2022-12-16 10:51:58 +00:00
|
|
|
"eslint": "8.29.0",
|
2022-03-28 12:21:44 +00:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2022-07-20 14:17:02 +00:00
|
|
|
"eslint-plugin-import": "2.26.0",
|
2022-05-24 09:16:57 +00:00
|
|
|
"eslint-plugin-jasmine": "4.1.3",
|
2022-12-16 10:51:58 +00:00
|
|
|
"eslint-plugin-jsdoc": "39.6.4",
|
2022-05-24 09:16:57 +00:00
|
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
|
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
2022-07-20 14:17:02 +00:00
|
|
|
"jasmine-core": "4.2.0",
|
|
|
|
"jasmine-spec-reporter": "7.0.0",
|
2022-05-24 09:16:57 +00:00
|
|
|
"jwt-decode": "2.2.0",
|
2022-07-20 14:17:02 +00:00
|
|
|
"karma": "6.4.0",
|
|
|
|
"karma-chrome-launcher": "3.1.1",
|
2022-05-24 09:16:57 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "3.0.3",
|
2022-07-20 14:17:02 +00:00
|
|
|
"karma-jasmine": "5.1.0",
|
|
|
|
"karma-jasmine-html-reporter": "2.0.0",
|
2023-05-11 17:08:44 +00:00
|
|
|
"prettier": "2.8.8",
|
2022-05-24 09:16:57 +00:00
|
|
|
"ts-mockito": "2.6.1",
|
2022-07-28 12:25:15 +00:00
|
|
|
"ts-node": "10.9.1",
|
2022-12-16 10:51:58 +00:00
|
|
|
"typescript": "4.8.4",
|
2022-10-31 13:18:33 +00:00
|
|
|
"typescript-memoize": "1.1.1"
|
2018-08-02 13:41:30 +00:00
|
|
|
}
|
2022-12-16 11:39:10 +00:00
|
|
|
}
|