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",
|
2022-12-12 11:31:27 +00:00
|
|
|
"start": "ng serve --proxy-config proxy.conf.js --port 8000",
|
2023-02-16 11:34:28 +00:00
|
|
|
"stage": "cross-env NODE_ENV=stage ng serve --proxy-config proxy.conf.js --port 8001 --configuration=stage",
|
2021-07-23 15:06:35 +00:00
|
|
|
"fix": "npm run lint-fix && npm run prettier-fix",
|
2022-08-03 13:26:23 +00:00
|
|
|
"build": "ng build --extra-webpack-config webpack.extra.js && npm run transloco:optimize",
|
2018-11-27 09:06:26 +00:00
|
|
|
"test": "ng test",
|
2022-08-03 13:26:23 +00:00
|
|
|
"transloco:optimize": "transloco-optimize dist/assets/i18n",
|
|
|
|
"i18n:extract": "transloco-keys-manager extract",
|
|
|
|
"i18n:check": "transloco-keys-manager find --emit-error-on-extra-keys",
|
2019-10-28 16:07:49 +00:00
|
|
|
"coverage": "npx http-server -c-1 -o -p 9875 ./coverage",
|
2023-03-31 07:55:05 +00:00
|
|
|
"lint-cmd": "eslint \"src/**/*.{ts,js,html}\" --max-warnings 1074",
|
2022-08-03 13:26:23 +00:00
|
|
|
"lint": "npm run lint-cmd",
|
|
|
|
"lint-fix": "npm run lint-cmd -- --fix",
|
|
|
|
"lint-errors": "npm run lint-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",
|
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": {
|
2023-03-31 07:55:05 +00:00
|
|
|
"@angular/animations": "15.2.4",
|
|
|
|
"@angular/cdk": "15.2.5",
|
|
|
|
"@angular/common": "15.2.4",
|
|
|
|
"@angular/compiler": "15.2.4",
|
|
|
|
"@angular/core": "15.2.4",
|
|
|
|
"@angular/flex-layout": "15.0.0-beta.42",
|
|
|
|
"@angular/forms": "15.2.4",
|
|
|
|
"@angular/material": "15.2.5",
|
|
|
|
"@angular/material-moment-adapter": "15.2.5",
|
|
|
|
"@angular/platform-browser": "15.2.4",
|
|
|
|
"@angular/platform-browser-dynamic": "15.2.4",
|
|
|
|
"@angular/router": "15.2.4",
|
2020-12-08 20:10:47 +00:00
|
|
|
"@ngneat/reactive-forms": "^1.5.0",
|
2022-07-26 17:59:01 +00:00
|
|
|
"@ngneat/transloco": "4.1.1",
|
2022-01-14 11:06:44 +00:00
|
|
|
"@ngneat/until-destroy": "^9.0.0",
|
2023-03-31 07:55:05 +00:00
|
|
|
"@s-libs/js-core": "15.2.0",
|
|
|
|
"@s-libs/micro-dash": "15.2.0",
|
|
|
|
"@s-libs/ng-core": "15.2.0",
|
|
|
|
"@s-libs/rxjs-core": "15.2.0",
|
2022-07-26 17:59:01 +00:00
|
|
|
"@sentry/angular": "7.7.0",
|
|
|
|
"@sentry/integrations": "7.7.0",
|
|
|
|
"@sentry/tracing": "7.7.0",
|
2023-02-16 11:34:28 +00:00
|
|
|
"@vality/swag-anapi-v2": "2.0.1-38f360b.0",
|
2022-04-04 13:34:12 +00:00
|
|
|
"@vality/swag-claim-management": "0.1.1-bfc2e6c.0",
|
2022-04-08 13:24:12 +00:00
|
|
|
"@vality/swag-organizations": "1.0.1-cd6cc10.0",
|
2022-11-11 12:48:05 +00:00
|
|
|
"@vality/swag-payments": "0.1.1-d71aebc.0",
|
2023-02-16 11:34:28 +00:00
|
|
|
"@vality/swag-questionary-aggr-proxy": "0.1.1-ed41741.0",
|
2022-04-11 11:15:59 +00:00
|
|
|
"@vality/swag-url-shortener": "0.1.1-f780d07.0",
|
2023-02-16 11:34:28 +00:00
|
|
|
"@vality/swag-wallet": "0.1.2-21b69d2.0",
|
2022-07-26 17:59:01 +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",
|
2022-07-26 17:59:01 +00:00
|
|
|
"css-element-queries": "1.2.3",
|
|
|
|
"dinero.js": "2.0.0-alpha.8",
|
2019-11-08 16:15:19 +00:00
|
|
|
"humanize-duration": "^3.19.0",
|
2021-03-15 15:34:35 +00:00
|
|
|
"jwt-decode": "^3.1.2",
|
2022-07-26 17:59:01 +00:00
|
|
|
"keycloak-angular": "12.0.0",
|
|
|
|
"keycloak-js": "18.0.1",
|
2019-11-26 13:13:49 +00:00
|
|
|
"libphonenumber-js": "^1.7.27",
|
2022-04-19 08:11:55 +00:00
|
|
|
"lodash-es": "4.17.21",
|
2022-07-26 17:59:01 +00:00
|
|
|
"moment": "2.29.4",
|
2022-04-12 08:31:25 +00:00
|
|
|
"ng-apexcharts": "1.7.1",
|
2022-07-26 17:59:01 +00:00
|
|
|
"ngx-mat-select-search": "4.2.1",
|
|
|
|
"rxjs": "7.5.6",
|
|
|
|
"short-uuid": "4.2.0",
|
|
|
|
"tslib": "2.4.0",
|
|
|
|
"utility-types": "3.10.0",
|
|
|
|
"zone.js": "0.11.7"
|
2018-11-27 09:06:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-31 07:55:05 +00:00
|
|
|
"@angular-devkit/build-angular": "15.2.4",
|
|
|
|
"@angular-eslint/builder": "15.2.1",
|
|
|
|
"@angular-eslint/eslint-plugin": "15.2.1",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "15.2.1",
|
|
|
|
"@angular-eslint/schematics": "15.2.1",
|
|
|
|
"@angular-eslint/template-parser": "15.2.1",
|
|
|
|
"@angular/cli": "15.2.4",
|
|
|
|
"@angular/compiler-cli": "15.2.4",
|
|
|
|
"@angular/language-service": "15.2.4",
|
2022-08-03 13:26:23 +00:00
|
|
|
"@ngneat/transloco-keys-manager": "^3.4.1",
|
|
|
|
"@ngneat/transloco-optimize": "^3.0.2",
|
2022-07-26 17:59:01 +00:00
|
|
|
"@sentry/webpack-plugin": "1.19.0",
|
2019-04-30 10:19:18 +00:00
|
|
|
"@types/d3": "^5.7.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",
|
2022-04-19 08:11:55 +00:00
|
|
|
"@types/lodash-es": "4.17.6",
|
2022-07-26 17:59:01 +00:00
|
|
|
"@types/moment": "2.13.0",
|
|
|
|
"@types/node": "18.6.1",
|
2022-01-20 14:44:44 +00:00
|
|
|
"@types/prettier": "2.4.3",
|
2023-03-31 07:55:05 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.57.0",
|
|
|
|
"@typescript-eslint/parser": "5.57.0",
|
2022-01-21 09:39:04 +00:00
|
|
|
"concurrently": "7.0.0",
|
2023-02-16 11:34:28 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2022-12-12 11:31:27 +00:00
|
|
|
"dotenv": "^16.0.3",
|
2023-03-31 07:55:05 +00:00
|
|
|
"eslint": "8.37.0",
|
|
|
|
"eslint-config-prettier": "8.8.0",
|
|
|
|
"eslint-plugin-import": "2.27.5",
|
2022-07-26 17:59:01 +00:00
|
|
|
"eslint-plugin-jasmine": "4.1.3",
|
2023-03-31 07:55:05 +00:00
|
|
|
"eslint-plugin-jsdoc": "40.1.0",
|
2022-07-26 17:59:01 +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",
|
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",
|
2022-04-12 08:31:25 +00:00
|
|
|
"jasmine-marbles": "0.9.2",
|
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",
|
2023-03-31 07:55:05 +00:00
|
|
|
"ngx-build-plus": "15.0.0",
|
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",
|
2022-07-26 17:59:01 +00:00
|
|
|
"ts-node": "10.9.1",
|
2023-03-31 07:55:05 +00:00
|
|
|
"typescript": "4.9.5"
|
2018-11-27 09:06:26 +00:00
|
|
|
}
|
2023-02-16 11:34:28 +00:00
|
|
|
}
|