2018-11-27 09:06:26 +00:00
|
|
|
{
|
|
|
|
"name": "dashboard",
|
|
|
|
"version": "0.0.0",
|
2022-01-17 08:20:10 +00:00
|
|
|
"private": true,
|
2018-11-27 09:06:26 +00:00
|
|
|
"scripts": {
|
2021-07-23 15:06:35 +00:00
|
|
|
"postinstall": "ngcc",
|
2018-11-30 13:26:03 +00:00
|
|
|
"start": "ng serve --port 8000",
|
2021-07-23 15:06:35 +00:00
|
|
|
"start-stub": "npm start -- --configuration=stub-keycloak",
|
|
|
|
"fix": "npm run lint-fix && npm run prettier-fix",
|
2021-08-02 15:06:09 +00:00
|
|
|
"build": "ng build --extra-webpack-config webpack.extra.js",
|
2018-11-27 09:06:26 +00:00
|
|
|
"test": "ng test",
|
2019-10-28 16:07:49 +00:00
|
|
|
"coverage": "npx http-server -c-1 -o -p 9875 ./coverage",
|
2022-04-07 08:14:44 +00:00
|
|
|
"lint-cmd": "eslint \"src/**/*.{ts,js,html}\" --max-warnings 1237",
|
2021-08-02 15:06:09 +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-17 08:20:10 +00:00
|
|
|
"prettier-cmd": "prettier \"**/*.{html,js,ts,css,scss,md,json,prettierrc,svg,yaml,yml}\"",
|
2021-07-23 15:06:35 +00:00
|
|
|
"prettier": "npm run prettier-cmd -- --check",
|
|
|
|
"prettier-fix": "npm run prettier-cmd -- --write",
|
|
|
|
"tools-cmd": "ts-node --project tools/tsconfig.json",
|
2022-01-17 08:20:10 +00:00
|
|
|
"parallel-cmd": "concurrently --kill-others-on-fail --prefix-colors magenta,green,red,yellow,blue",
|
2022-04-08 13:24:12 +00:00
|
|
|
"codegen": "npm run tools-cmd -- tools/swagger-codegen.ts",
|
2021-07-23 15:06:35 +00:00
|
|
|
"icons-list-gen": "npm run tools-cmd -- tools/gen-icons-list.ts",
|
|
|
|
"icons-ids-gen": "npm run tools-cmd -- tools/gen-icons-ids.ts",
|
2022-04-08 13:24:12 +00:00
|
|
|
"ci:test": "npm run test -- --configuration=ci"
|
2018-11-27 09:06:26 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-14 11:06:44 +00:00
|
|
|
"@angular/animations": "~13.1.1",
|
|
|
|
"@angular/cdk": "~13.1.1",
|
|
|
|
"@angular/common": "~13.1.1",
|
|
|
|
"@angular/compiler": "~13.1.1",
|
|
|
|
"@angular/core": "~13.1.1",
|
|
|
|
"@angular/flex-layout": "^13.0.0-beta.36",
|
|
|
|
"@angular/forms": "~13.1.1",
|
|
|
|
"@angular/material": "~13.1.1",
|
|
|
|
"@angular/material-moment-adapter": "~13.1.1",
|
|
|
|
"@angular/platform-browser": "~13.1.1",
|
|
|
|
"@angular/platform-browser-dynamic": "~13.1.1",
|
|
|
|
"@angular/router": "~13.1.1",
|
2020-12-08 20:10:47 +00:00
|
|
|
"@ngneat/reactive-forms": "^1.5.0",
|
2022-01-14 11:06:44 +00:00
|
|
|
"@ngneat/transloco": "^3.1.1",
|
|
|
|
"@ngneat/until-destroy": "^9.0.0",
|
2022-01-24 08:16:01 +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",
|
2021-08-11 15:30:58 +00:00
|
|
|
"@sentry/angular": "^6.11.0",
|
|
|
|
"@sentry/integrations": "^6.11.0",
|
|
|
|
"@sentry/tracing": "^6.11.0",
|
2022-04-04 13:34:12 +00:00
|
|
|
"@vality/swag-anapi-v2": "2.0.1-f571365.0",
|
|
|
|
"@vality/swag-claim-management": "0.1.1-bfc2e6c.0",
|
2022-04-08 13:24:12 +00:00
|
|
|
"@vality/swag-messages": "1.0.1-03e1014.0",
|
|
|
|
"@vality/swag-organizations": "1.0.1-cd6cc10.0",
|
2022-04-07 08:14:44 +00:00
|
|
|
"@vality/swag-payments": "0.1.1-4550cf2.0",
|
2019-08-21 16:46:53 +00:00
|
|
|
"angular-epic-spinners": "^2.0.0",
|
2020-03-30 13:40:22 +00:00
|
|
|
"angular-file": "^3.0.1",
|
2019-06-03 14:12:27 +00:00
|
|
|
"angular2-text-mask": "^9.0.0",
|
2020-06-09 11:46:13 +00:00
|
|
|
"apexcharts": "^3.19.2",
|
2019-11-08 16:15:19 +00:00
|
|
|
"css-element-queries": "^1.2.0",
|
|
|
|
"humanize-duration": "^3.19.0",
|
2021-03-15 15:34:35 +00:00
|
|
|
"jwt-decode": "^3.1.2",
|
2021-08-09 13:55:43 +00:00
|
|
|
"keycloak-angular": "^8.3.0",
|
|
|
|
"keycloak-js": "^14.0.0",
|
2019-11-26 13:13:49 +00:00
|
|
|
"libphonenumber-js": "^1.7.27",
|
2021-02-25 12:07:07 +00:00
|
|
|
"lodash-es": "^4.17.20",
|
2019-05-08 11:32:38 +00:00
|
|
|
"moment": "^2.24.0",
|
2022-01-14 11:06:44 +00:00
|
|
|
"ng-apexcharts": "^1.6.0",
|
|
|
|
"ngx-mat-select-search": "^3.3.3",
|
2022-01-24 08:16:01 +00:00
|
|
|
"rxjs": "7.5.2",
|
2022-01-17 11:30:56 +00:00
|
|
|
"shelljs": "^0.8.5",
|
2022-01-14 08:17:10 +00:00
|
|
|
"short-uuid": "^4.2.0",
|
2019-04-02 11:56:34 +00:00
|
|
|
"ts-keycode-enum": "^1.0.6",
|
2021-02-04 14:57:52 +00:00
|
|
|
"tslib": "^2.0.0",
|
2020-03-10 14:38:21 +00:00
|
|
|
"utility-types": "^3.10.0",
|
2021-08-02 15:06:09 +00:00
|
|
|
"zone.js": "~0.11.4"
|
2018-11-27 09:06:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-14 11:06:44 +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.2",
|
|
|
|
"@angular/compiler-cli": "~13.1.1",
|
|
|
|
"@angular/language-service": "~13.1.1",
|
2021-08-25 14:52:01 +00:00
|
|
|
"@sentry/webpack-plugin": "^1.17.1",
|
2019-04-30 10:19:18 +00:00
|
|
|
"@types/d3": "^5.7.0",
|
2020-07-02 20:34:38 +00:00
|
|
|
"@types/del": "^4.0.0",
|
2021-02-25 12:07:07 +00:00
|
|
|
"@types/glob": "^7.1.3",
|
2019-08-12 13:34:18 +00:00
|
|
|
"@types/humanize-duration": "^3.18.0",
|
2021-02-05 13:55:12 +00:00
|
|
|
"@types/jasmine": "~3.6.0",
|
2021-03-15 15:34:35 +00:00
|
|
|
"@types/jwt-decode": "^3.1.0",
|
2021-02-25 12:07:07 +00:00
|
|
|
"@types/lodash-es": "^4.17.4",
|
2018-12-04 17:38:16 +00:00
|
|
|
"@types/moment": "^2.13.0",
|
2021-08-02 16:31:36 +00:00
|
|
|
"@types/node": "^16.4.10",
|
2022-01-20 14:44:44 +00:00
|
|
|
"@types/prettier": "2.4.3",
|
2022-01-14 11:06:44 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
|
|
|
"@typescript-eslint/parser": "~5.8.0",
|
2022-01-21 09:39:04 +00:00
|
|
|
"concurrently": "7.0.0",
|
2020-07-02 20:34:38 +00:00
|
|
|
"del": "^5.1.0",
|
2022-01-14 11:06:44 +00:00
|
|
|
"eslint": "^8.5.0",
|
2022-01-20 14:44:44 +00:00
|
|
|
"eslint-config-prettier": "8.3.0",
|
2022-01-14 11:06:44 +00:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
"eslint-plugin-jasmine": "^4.1.2",
|
|
|
|
"eslint-plugin-jsdoc": "^37.4.0",
|
|
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.11.0",
|
2021-02-25 12:07:07 +00:00
|
|
|
"glob": "^7.1.6",
|
2021-08-02 15:06:09 +00:00
|
|
|
"jasmine-core": "~3.7.0",
|
2020-11-20 15:49:03 +00:00
|
|
|
"jasmine-marbles": "^0.6.0",
|
2021-08-02 15:06:09 +00:00
|
|
|
"karma": "~6.3.3",
|
2021-02-04 14:57:52 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
|
|
"karma-jasmine": "~4.0.0",
|
|
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
2020-11-26 11:45:20 +00:00
|
|
|
"karma-spec-reporter": "0.0.32",
|
2022-01-14 11:06:44 +00:00
|
|
|
"ngx-build-plus": "^13.0.1",
|
2022-01-20 14:44:44 +00:00
|
|
|
"prettier": "2.5.1",
|
2020-11-26 11:45:20 +00:00
|
|
|
"ts-mockito": "^2.6.1",
|
2020-03-30 13:40:22 +00:00
|
|
|
"ts-node": "~8.8.1",
|
2022-01-14 11:06:44 +00:00
|
|
|
"typescript": "~4.5.4"
|
2018-11-27 09:06:26 +00:00
|
|
|
}
|
2022-03-28 17:21:35 +00:00
|
|
|
}
|