control-center/package.json

94 lines
3.1 KiB
JSON
Raw Normal View History

{
"name": "control-center",
"version": "0.0.0",
2022-01-18 08:22:13 +00:00
"private": true,
"scripts": {
"start": "ng serve --port 4200",
"stage": "cross-env NODE_ENV=stage ng serve --port 4201 --configuration=stage",
"build": "ng build",
"test": "ng test",
2023-06-21 11:21:04 +00:00
"lint": "ng lint --max-warnings=0",
"lint:fix": "ng lint --fix",
2023-10-20 08:28:35 +00:00
"format": "prettier ** --list-different",
"format:fix": "prettier ** --write --log-level=warn",
"spell": "cspell --no-progress **",
"spell:fix": "cspell --no-progress --show-suggestions --show-context **",
"fix": "npm run lint:fix && npm run format:fix"
},
"dependencies": {
2023-06-21 11:21:04 +00:00
"@angular/animations": "16.1.1",
"@angular/cdk": "16.1.1",
"@angular/common": "16.1.1",
"@angular/compiler": "16.1.1",
"@angular/core": "16.1.1",
"@angular/flex-layout": "15.0.0-beta.42",
2023-06-21 11:21:04 +00:00
"@angular/forms": "16.1.1",
"@angular/material": "16.1.1",
"@angular/material-moment-adapter": "16.1.1",
"@angular/platform-browser": "16.1.1",
"@angular/platform-browser-dynamic": "16.1.1",
"@angular/platform-server": "16.1.1",
"@angular/router": "16.1.1",
2022-12-16 10:51:58 +00:00
"@ngneat/input-mask": "6.0.0",
"@ngneat/until-destroy": "9.2.2",
2023-06-21 11:21:04 +00:00
"@s-libs/ng-core": "16.0.0",
"@vality/deanonimus-proto": "2.0.1-346936.0",
"@vality/domain-proto": "2.0.1-45b0719.0",
"@vality/fistful-proto": "2.0.1-3b9a0a7.0",
"@vality/magista-proto": "2.0.2-4383410.0",
"@vality/ng-core": "16.2.1-pr-40-0cd076b.0",
"@vality/payout-manager-proto": "2.0.1-eb4091a.0",
"@vality/repairer-proto": "2.0.2-07b73e9.0",
"@vality/thrift-ts": "2.4.1-8ad5123.0",
"@vality/woody": "0.1.1",
2023-04-21 12:49:05 +00:00
"coerce-property": "15.0.1",
"css-element-queries": "1.2.3",
"date-fns": "2.30.0",
"humanize-duration": "3.21.0",
2022-09-13 17:05:16 +00:00
"inputmask": "5.0.7",
2023-06-21 11:21:04 +00:00
"keycloak-angular": "14.0.0",
"keycloak-js": "18.0.1",
"lodash-es": "4.17.21",
"moment": "2.29.4",
"monaco-editor": "0.21.2",
2023-07-05 19:09:06 +00:00
"papaparse": "5.4.1",
"rxjs": "7.8.1",
2023-06-21 11:21:04 +00:00
"short-uuid": "4.2.2",
"tslib": "2.3.1",
"utility-types": "3.10.0",
2023-06-21 11:21:04 +00:00
"yaml": "2.3.1",
"zone.js": "0.13.1"
},
"devDependencies": {
2023-06-21 11:21:04 +00:00
"@angular-devkit/build-angular": "16.1.0",
"@angular-eslint/builder": "16.0.3",
"@angular-eslint/schematics": "16.0.3",
"@angular/cli": "16.1.0",
"@angular/compiler-cli": "16.1.1",
"@types/element-resize-detector": "1.1.3",
"@types/humanize-duration": "3.18.0",
2022-09-13 17:05:16 +00:00
"@types/inputmask": "5.0.3",
"@types/jasmine": "4.0.3",
"@types/jwt-decode": "2.2.1",
"@types/lodash-es": "4.17.6",
2023-07-05 19:09:06 +00:00
"@types/papaparse": "5.3.7",
"@vality/cspell-config": "7.0.1-pr-33-8e9a771.0",
2023-10-20 08:28:35 +00:00
"@vality/eslint-config": "8.1.1-pr-40-c4e5174.0",
"@vality/prettier-config": "3.0.1-pr-40-c4e5174.0",
"cross-env": "7.0.3",
"cspell": "^7.0.0",
2023-06-21 11:21:04 +00:00
"eslint": "^8.39.0",
"jasmine-core": "4.2.0",
"jasmine-spec-reporter": "7.0.0",
"jwt-decode": "2.2.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
2023-10-20 08:28:35 +00:00
"prettier": "3.0.3",
2023-06-21 11:21:04 +00:00
"typescript": "~5.0.4",
"typescript-memoize": "1.1.1"
}
2022-12-16 11:39:10 +00:00
}