control-center/package.json

112 lines
3.9 KiB
JSON
Raw Normal View History

{
"name": "control-center",
"version": "0.0.0",
2022-01-18 08:22:13 +00:00
"private": true,
"scripts": {
"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",
"test": "ng test",
"lint-cmd": "eslint \"src/**/*.{ts,js,html}\" --max-warnings 1387",
"lint": "npm run lint-cmd -- --cache",
"lint-fix": "npm run lint -- --fix",
"lint-errors": "npm run lint -- --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",
"fix": "npm run lint-fix; npm run prettier:fix"
},
"dependencies": {
"@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",
"@ngneat/reactive-forms": "2.0.0",
"@ngneat/until-destroy": "9.0.0",
"@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",
"@vality/deanonimus-proto": "1.0.1-c9a6cae.0",
2022-03-25 09:05:25 +00:00
"@vality/domain-proto": "1.0.1-3efe7df.0",
"@vality/dominant-cache-proto": "1.0.1-5b29d81.0",
"@vality/file-storage-proto": "1.0.1-447212b.0",
2022-03-25 11:03:28 +00:00
"@vality/fistful-proto": "1.0.1-ea0fe7a.0",
"@vality/machinegun-proto": "1.0.1-277f06e.0",
"@vality/magista-proto": "1.0.1-9f37374.0",
"@vality/messages-proto": "1.0.1-8c5435c.0",
"@vality/payout-manager-proto": "1.0.1-dbed280.0",
"@vality/thrift-ts": "2.2.2-e8bc2ab.0",
"@vality/woody": "0.1.1",
"angular-file": "3.6.0",
2018-08-21 13:15:51 +00:00
"angular2-prettyjson": "3.0.1",
"coerce-property": "0.3.2",
"humanize-duration": "3.21.0",
"jsonc-parser": "2.0.2",
"keycloak-angular": "9.0.0",
"keycloak-js": "14.0.0",
"lodash-es": "4.17.15",
"moment": "2.22.2",
"monaco-editor": "0.21.2",
"ngx-mat-select-search": "4.0.0",
"rxjs": "7.5.4",
"short-uuid": "4.1.0",
"transliteration": "2.1.8",
"tslib": "2.3.1",
"utility-types": "3.10.0",
"uuid": "3.3.3",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.1.3",
"@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",
"@types/del": "4.0.0",
"@types/humanize-duration": "3.18.0",
"@types/jasmine": "3.6.2",
"@types/jwt-decode": "2.2.1",
"@types/lodash-es": "4.17.3",
"@types/node": "16.4.12",
"@types/uuid": "3.4.3",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.8.1",
"del": "5.1.0",
"dotenv": "16.0.0",
"eslint": "8.7.0",
2022-03-28 12:21:44 +00:00
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jasmine": "4.1.3",
"eslint-plugin-jsdoc": "37.6.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unused-imports": "2.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.2",
"jwt-decode": "2.2.0",
"karma": "6.3.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.3",
"ngx-build-plus": "13.0.1",
2022-03-28 12:21:44 +00:00
"prettier": "2.6.1",
"ts-mockito": "2.6.1",
"ts-node": "8.8.2",
"typescript": "4.5.5"
}
}