mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
87 lines
2.9 KiB
JSON
87 lines
2.9 KiB
JSON
{
|
|
"name": "control-center",
|
|
"version": "0.0.0",
|
|
"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",
|
|
"lint": "ng lint --max-warnings=0",
|
|
"lint:fix": "ng lint --fix",
|
|
"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 && npm run spell:fix"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "17.2.1",
|
|
"@angular/cdk": "17.2.0",
|
|
"@angular/common": "17.2.1",
|
|
"@angular/compiler": "17.2.1",
|
|
"@angular/core": "17.2.1",
|
|
"@angular/forms": "17.2.1",
|
|
"@angular/material": "17.2.0",
|
|
"@angular/platform-browser": "17.2.1",
|
|
"@angular/platform-browser-dynamic": "17.2.1",
|
|
"@angular/platform-server": "17.2.1",
|
|
"@angular/router": "17.2.1",
|
|
"@ngneat/input-mask": "6.0.0",
|
|
"@vality/deanonimus-proto": "2.0.1-2a02d87.0",
|
|
"@vality/domain-proto": "2.0.1-b04aba8.0",
|
|
"@vality/fistful-proto": "2.0.1-6600be9.0",
|
|
"@vality/machinegun-proto": "1.0.0",
|
|
"@vality/magista-proto": "2.0.2-28d11b9.0",
|
|
"@vality/ng-core": "17.2.1-pr-60-8d151ad.0",
|
|
"@vality/payout-manager-proto": "2.0.1-eb4091a.0",
|
|
"@vality/repairer-proto": "2.0.2-07b73e9.0",
|
|
"@vality/scrooge-proto": "0.1.0",
|
|
"@vality/thrift-ts": "2.4.1-8ad5123.0",
|
|
"@vality/woody": "0.1.3",
|
|
"date-fns": "^3.3.1",
|
|
"inputmask": "5.0.7",
|
|
"keycloak-angular": "^15.0.0",
|
|
"keycloak-js": "^20.0.5",
|
|
"lodash-es": "^4.17.21",
|
|
"monaco-editor": "^0.44.0",
|
|
"ngx-monaco-editor-v2": "^17.0.1",
|
|
"papaparse": "^5.4.1",
|
|
"rxjs": "7.8.1",
|
|
"short-uuid": "4.2.2",
|
|
"tslib": "2.3.1",
|
|
"utility-types": "3.10.0",
|
|
"yaml": "2.3.1",
|
|
"zone.js": "0.14.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "17.2.0",
|
|
"@angular-eslint/builder": "17.2.1",
|
|
"@angular-eslint/schematics": "17.2.1",
|
|
"@angular/cli": "17.2.0",
|
|
"@angular/compiler-cli": "17.2.1",
|
|
"@types/inputmask": "5.0.3",
|
|
"@types/jasmine": "4.0.3",
|
|
"@types/jwt-decode": "2.2.1",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/papaparse": "^5.3.14",
|
|
"@vality/cspell-config": "^8.0.1-pr-57-482a037.0",
|
|
"@vality/eslint-config": "8.2.0",
|
|
"@vality/prettier-config": "3.1.0",
|
|
"cross-env": "^7.0.3",
|
|
"cspell": "^8.3.2",
|
|
"eslint": "^8.53.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",
|
|
"prettier": "~3.1.1",
|
|
"typescript": "~5.2.2",
|
|
"typescript-memoize": "1.1.1"
|
|
}
|
|
}
|