dashboard/package.json

134 lines
5.1 KiB
JSON
Raw Normal View History

2018-11-27 09:06:26 +00:00
{
"name": "dashboard",
"version": "0.0.0",
"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",
"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",
"build": "ng build --extra-webpack-config webpack.extra.js && npm run transloco:optimize",
2018-11-27 09:06:26 +00:00
"test": "ng test",
"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",
"lint-cmd": "eslint \"src/**/*.{ts,js,html}\" --max-warnings 1075",
"lint": "npm run lint-cmd",
"lint-fix": "npm run lint-cmd -- --fix",
"lint-errors": "npm run lint-cmd -- --quiet",
"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",
"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",
"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",
"@ngneat/reactive-forms": "^1.5.0",
2022-07-26 17:59:01 +00:00
"@ngneat/transloco": "4.1.1",
"@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-05-03 12:52:15 +00:00
"@vality/ng-core": "^0.3.0",
"@vality/swag-anapi-v2": "2.0.1-38f360b.0",
2023-05-03 12:52:15 +00:00
"@vality/swag-api-keys": "^1.0.0",
"@vality/swag-claim-management": "0.1.1-bfc2e6c.0",
"@vality/swag-organizations": "1.0.1-cd6cc10.0",
2023-03-31 08:10:31 +00:00
"@vality/swag-payments": "0.1.1-01da4bb.0",
"@vality/swag-questionary-aggr-proxy": "0.1.1-ed41741.0",
"@vality/swag-url-shortener": "0.1.1-f780d07.0",
2023-04-27 10:01:37 +00:00
"@vality/swag-wallet": "0.1.2-e2ef042.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",
"apexcharts": "^3.19.2",
2023-04-24 11:27:12 +00:00
"coerce-property": "^15.0.1",
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",
"jwt-decode": "^3.1.2",
2022-07-26 17:59:01 +00:00
"keycloak-angular": "12.0.0",
"keycloak-js": "18.0.1",
"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",
2023-04-24 11:27:12 +00:00
"ngx-mat-select-search": "6.0.0",
2022-07-26 17:59:01 +00:00
"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",
"@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",
"@types/d3": "^5.7.0",
"@types/glob": "^7.1.3",
2019-08-12 13:34:18 +00:00
"@types/humanize-duration": "^3.18.0",
"@types/jasmine": "~3.6.0",
"@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",
"concurrently": "7.0.0",
"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",
"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",
"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",
"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",
"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-04-24 11:27:12 +00:00
}