mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
103 lines
4.0 KiB
JSON
103 lines
4.0 KiB
JSON
{
|
|
"name": "dashboard",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"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",
|
|
"fix": "npm run lint:fix && npm run format:fix && npm run spell:fix",
|
|
"build": "ng build && transloco-optimize dist/assets/i18n",
|
|
"test": "ng test",
|
|
"i18n:extract": "transloco-keys-manager extract && prettier src/assets/i18n/** --write",
|
|
"i18n:clean": "transloco-keys-manager extract --remove-extra-keys && prettier src/assets/i18n/* --write && prettier src/assets/i18n/** --write",
|
|
"i18n:check": "transloco-keys-manager find --emit-error-on-extra-keys",
|
|
"coverage": "npx http-server -c-1 -o -p 9875 ./coverage",
|
|
"lint": "ng lint --max-warnings=0",
|
|
"lint:fix": "ng lint --fix",
|
|
"lint:errors": "ng lint --quiet",
|
|
"format": "prettier ** --list-different",
|
|
"format:fix": "prettier ** --write --log-level warn",
|
|
"tools-cmd": "ts-node --project tools/tsconfig.json",
|
|
"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",
|
|
"spell": "cspell --no-progress **",
|
|
"spell:fix": "cspell --no-progress --show-suggestions --show-context **"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^18.0.4",
|
|
"@angular/cdk": "~18.0.4",
|
|
"@angular/common": "^18.0.4",
|
|
"@angular/compiler": "^18.0.4",
|
|
"@angular/core": "^18.0.4",
|
|
"@angular/forms": "^18.0.4",
|
|
"@angular/material": "~18.0.4",
|
|
"@angular/material-moment-adapter": "^18.0.4",
|
|
"@angular/platform-browser": "^18.0.4",
|
|
"@angular/platform-browser-dynamic": "^18.0.4",
|
|
"@angular/router": "^18.0.4",
|
|
"@ngneat/transloco": "^6.0.4",
|
|
"@ngneat/until-destroy": "^9.0.0",
|
|
"@vality/ng-core": "18.0.1-pr-63-9e315a6.0",
|
|
"@vality/swag-anapi-v2": "2.0.1-0f6d0dc.0",
|
|
"@vality/swag-api-keys-v2": "0.1.2-321124b.0",
|
|
"@vality/swag-claim-management": "0.1.1-b5248eb.0",
|
|
"@vality/swag-organizations": "1.0.1-e863566.0",
|
|
"@vality/swag-payments": "0.1.3-44bac58.0",
|
|
"@vality/swag-url-shortener": "0.1.1-9659896.0",
|
|
"@vality/swag-wallet": "0.1.3-54f56db.0",
|
|
"angular-file": "^3.0.1",
|
|
"apexcharts": "^3.19.2",
|
|
"css-element-queries": "1.2.3",
|
|
"humanize-duration": "^3.19.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"keycloak-angular": "16.0.1",
|
|
"keycloak-js": "^18.0.1",
|
|
"lodash-es": "^4.17.21",
|
|
"moment": "2.29.4",
|
|
"ng-apexcharts": "1.7.1",
|
|
"ng-flex-layout": "^17.1.3-beta.1",
|
|
"rxjs": "^7.8.1",
|
|
"short-uuid": "4.2.0",
|
|
"tslib": "^2.4.0",
|
|
"utility-types": "^3.10.0",
|
|
"zone.js": "~0.14.3"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-builders/custom-webpack": "^18.0.0",
|
|
"@angular-devkit/build-angular": "^18.0.5",
|
|
"@angular-eslint/builder": "^18.0.1",
|
|
"@angular-eslint/schematics": "^18.0.1",
|
|
"@angular/cli": "^18.0.5",
|
|
"@angular/compiler-cli": "^18.0.4",
|
|
"@angular/language-service": "^18.0.4",
|
|
"@ngneat/transloco-keys-manager": "^3.8.0",
|
|
"@ngneat/transloco-optimize": "^5.0.3",
|
|
"@types/d3": "^5.7.0",
|
|
"@types/glob": "^7.1.3",
|
|
"@types/humanize-duration": "^3.18.0",
|
|
"@types/jasmine": "~5.1.4",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@vality/cspell-config": "^8.0.1-pr-57-482a037.0",
|
|
"@vality/eslint-config-ng": "18.0.1-pr-63-e72dd8e.0",
|
|
"@vality/prettier-config": "3.1.0",
|
|
"cross-env": "^7.0.3",
|
|
"cspell": "^8.3.2",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "^8.57.0",
|
|
"glob": "^7.1.6",
|
|
"jasmine-core": "~5.1.1",
|
|
"jasmine-marbles": "0.9.2",
|
|
"karma": "~6.4.2",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.3",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "^2.1.0",
|
|
"karma-spec-reporter": "0.0.36",
|
|
"prettier": "^3.1.1",
|
|
"ts-mockito": "^2.6.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "~5.4.5"
|
|
}
|
|
}
|