Files
ISA-Frontend/package.json
2023-01-09 15:38:08 +00:00

200 lines
8.4 KiB
JSON

{
"name": "hima",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve isa-app --ssl",
"test": "npm-run-all --parallel \"test:* -- --watch=false --browsers=ChromeHeadlessNoSandbox --code-coverage\" --continue-on-error --print-label --max-parallel 2",
"test:isa-app": "ng test isa-app",
"test:adapter-scan": "ng test @adapter/scan",
"test:cdn-product-image": "ng test @cdn/product-image",
"test:core-application": "ng test @core/application",
"test:core-auth": "ng test @core/auth",
"*test:core-breadcrumb": "ng test @core/breadcrumb",
"*test:core-cache": "ng test @core/cache",
"*test:core-command": "ng test @core/command",
"test:core-config": "ng test @core/config",
"test:core-environment": "ng test @core/environment",
"test:core-logger": "ng test @core/logger",
"*test:core-signalr": "ng test @core/signalr",
"*test:core-toast": "ng test @core/toast",
"*test:domain-availability": "ng test @domain/availability",
"*test:domain-cart": "ng test @domain/cart",
"*test:domain-catalog": "ng test @domain/catalog",
"*test:domain-checkout": "ng test @domain/checkout",
"*test:domain-crm": "ng test @domain/crm",
"*test:domain-defs": "ng test @domain/defs",
"*test:domain-isa": "ng test @domain/isa",
"*test:domain-oms": "ng test @domain/oms",
"test:domain-package-inspection": "ng test @domain/package-inspection",
"*test:domain-printer": "ng test @domain/printer",
"test:domain-remission": "ng test @domain/remission",
"*test:domain-task-calendar": "ng test @domain/task-calendar",
"*test:hub-notifications": "ng test @hub/notifications",
"*test:isa-remission": "ng test @isa/remission",
"*test:modal-availabilities": "ng test @modal/availabilities",
"test:modal-history": "ng test @modal/history",
"*test:modal-images": "ng test @modal/images",
"test:modal-notifications": "ng test @modal/notifications",
"*test:modal-printer": "ng test @modal/printer",
"*test:modal-reorder": "ng test @modal/reorder",
"*test:modal-reviews": "ng test @modal/reviews",
"*test:page-catalog": "ng test @page/catalog",
"*test:page-checkout": "ng test @page/checkout",
"*test:page-customer": "ng test @page/customer",
"test:page-dashboard": "ng test @page/dashboard",
"*test:page-goods-in": "ng test @page/goods-in",
"*test:page-goods-out": "ng test @page/goods-out",
"test:page-package-inspection": "ng test @page/package-inspection",
"*test:page-remission": "ng test @page/remission",
"*test:page-task-calendar": "ng test @page/task-calendar",
"*test:shared-goods-in-out": "ng test @shared/goods-in-out",
"*test:shared-history": "ng test @shared/history",
"*test:shared-notification-channel-control": "ng test @shared/notification-channel-control",
"*test:shell-breadcrumb": "ng test @shell/breadcrumb",
"test:shell-filter-overlay": "ng test @shell/filter-overlay",
"test:shell-footer": "ng test @shell/footer",
"test:shell-header": "ng test @shell/header",
"test:shell-process": "ng test @shell/process",
"test:store-search-component-store": "ng test @store/search-component-store",
"test:ui-autocomplete": "ng test @ui/autocomplete",
"test:ui-branch-dropdown": "ng test @ui/branch-dropdown",
"*test:ui-calendar": "ng test @ui/calendar",
"*test:ui-checkbox": "ng test @ui/checkbox",
"test:ui-common": "ng test @ui/common",
"*test:ui-datepicker": "ng test @ui/datepicker",
"*test:ui-dropdown": "ng test @ui/dropdown",
"*test:ui-filter": "ng test @ui/filter",
"*test:ui-form-control": "ng test @ui/form-control",
"*test:ui-form-field": "ng test @ui/form-field",
"*test:ui-icon": "ng test @ui/icon",
"*test:ui-input": "ng test @ui/input",
"test:ui-loader": "ng test @ui/loader",
"*test:ui-modal": "ng test @ui/modal",
"*test:ui-notes": "ng test @ui/notes",
"*test:ui-progress": "ng test @ui/progress",
"*test:ui-quantity-dropdown": "ng test @ui/quantity-dropdown",
"*test:ui-radio": "ng test @ui/radio",
"*test:ui-scroll-container": "ng test @ui/scroll-container",
"*test:ui-searchbox": "ng test @ui/searchbox",
"*test:ui-select": "ng test @ui/select",
"test:ui-select-bullet": "ng test @ui/select-bullet",
"*test:ui-slider": "ng test @ui/slider",
"*test:ui-spinner": "ng test @ui/spinner",
"*test:ui-:stars": "ng test @ui/stars",
"*test:ui-switch": "ng test @ui/switch",
"*test:ui-toggle": "ng test @ui/toggle",
"*test:ui-tooltip": "ng test @ui/tooltip",
"*test:ui-tshirt": "ng test @ui/tshirt",
"*test:ui-validators": "ng test @ui/validators",
"*test:utils-collection": "ng test @utils/collection",
"test:utils-common": "ng test @utils/common",
"*test:utils-id": "ng test @utils/id",
"*test:utils-object": "ng test @utils/object",
"*test:native-container": "ng test native-container",
"lint": "ng lint",
"e2e": "ng e2e",
"build": "ng build isa-app --configuration=development",
"build-prod": "ng build isa-app --configuration=production",
"gen:swagger": "npm-run-all -l -n gen:swagger:*",
"gen:swagger:availability": "ng-swagger-gen --config ng-swagger-gen/availability.json",
"gen:swagger:cat": "ng-swagger-gen --config ng-swagger-gen/cat.json",
"gen:swagger:checkout": "ng-swagger-gen --config ng-swagger-gen/checkout.json",
"gen:swagger:crm": "ng-swagger-gen --config ng-swagger-gen/crm.json",
"gen:swagger:isa": "ng-swagger-gen --config ng-swagger-gen/isa.json",
"gen:swagger:oms": "ng-swagger-gen --config ng-swagger-gen/oms.json",
"gen:swagger:print": "ng-swagger-gen --config ng-swagger-gen/print.json",
"gen:swagger:eis": "ng-swagger-gen --config ng-swagger-gen/eis.json",
"gen:swagger:remi": "ng-swagger-gen --config ng-swagger-gen/remi.json",
"gen:swagger:wws": "ng-swagger-gen --config ng-swagger-gen/wws.json",
"prettier": "prettier --write ."
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/localize": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@angular/service-worker": "^15.0.0",
"@mdi/js": "^7.0.96",
"@microsoft/signalr": "^7.0.0",
"@ngrx/component-store": "^14.3.2",
"@ngrx/effects": "^14.3.2",
"@ngrx/entity": "^14.3.2",
"@ngrx/store": "^14.3.2",
"@ngrx/store-devtools": "^14.3.2",
"@paragondata/ngx-ui": "^12.0.0-beta.23",
"angular-oauth2-oidc": "^15.0.1",
"angular-oauth2-oidc-jwks": "^15.0.1",
"core-js": "^2.6.5",
"hammerjs": "^2.0.8",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ng2-pdf-viewer": "^9.1.3",
"ngx-device-detector": "^4.0.1",
"rxjs": "^6.6.7",
"scandit-sdk": "^5.12.1",
"socket.io": "^4.5.4",
"tslib": "^2.0.0",
"uglify-js": "^3.4.9",
"uuid": "^8.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@ngneat/spectator": "^12.2.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.168",
"@types/moment": "^2.13.0",
"@types/node": "^18.6.1",
"@types/object-hash": "^2.1.0",
"@types/uuid": "^8.3.0",
"autoprefixer": "^10.4.12",
"codelyzer": "^6.0.2",
"husky": "^4.2.3",
"jasmine-core": "~3.8.0",
"jasmine-marbles": "^0.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-junit-reporter": "^2.0.1",
"ng-mocks": "^14.3.3",
"ng-packagr": "^15.0.0",
"ng-swagger-gen": "^2.3.1",
"ngrx-store-freeze": "^0.2.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.18",
"postcss-loader": "^4.1.0",
"postcss-scss": "^3.0.4",
"prettier": "2.0.1",
"pretty-quick": "^2.0.1",
"protractor": "~7.0.0",
"sass": "^1.37.5",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"tailwindcss": "^3.1.8",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.8.4"
}
}