{ "name": "customer", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "watch": "ng build --watch --configuration development", "test": "ng test", "build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production --build-optimizer", "build-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --stats-json", "build:prod": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production", "build:prod-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production --stats-json", "bundle-analyzer": "webpack-bundle-analyzer dist/sml-vcu/stats.json" }, "private": true, "dependencies": { "@angular/animations": "^14.0.5", "@angular/cdk": "^14.2.1", "@angular/common": "^14.0.0", "@angular/compiler": "^14.0.0", "@angular/core": "^14.0.0", "@angular/fire": "^7.4.1", "@angular/forms": "^14.0.0", "@angular/localize": "^14.0.3", "@angular/platform-browser": "^14.0.0", "@angular/platform-browser-dynamic": "^14.0.0", "@angular/router": "^14.0.0", "@fortawesome/angular-fontawesome": "^0.11.1", "@fortawesome/fontawesome-svg-core": "^6.2.0", "@fortawesome/free-brands-svg-icons": "^6.2.0", "@fortawesome/free-solid-svg-icons": "^6.2.0", "@icon/unicons": "^3.0.6-alpha.0", "@ng-bootstrap/ng-bootstrap": "^12.1.2", "@ng-select/ng-select": "^9.0.2", "@ngx-translate/core": "^14.0.0", "@ngx-translate/http-loader": "^7.0.0", "@popperjs/core": "^2.11.5", "@types/file-saver": "^2.0.5", "@types/popper.js": "^1.11.0", "@types/quill": "1.3.10", "angular-snapscroll": "^1.3.1", "bootstrap": "^5.1.3", "bootstrap-icons": "^1.8.3", "file-saver": "^2.0.5", "firebase": "9.8.4", "flatpickr": "^4.6.13", "hammerjs": "^2.0.8", "js-sha256": "^0.9.0", "moment": "^2.29.4", "ng-block-ui": "^3.0.2", "ng2-flatpickr": "^9.0.0", "ng2-pdf-viewer": "^9.1.2", "ngx-device-detector": "^4.0.1", "ngx-extended-pdf-viewer": "^14.0.6", "ngx-loading": "^13.0.1", "ngx-plyr": "4.0.0", "ngx-quill": "^18.0.0", "ngx-sharebuttons": "^11.0.0", "ngx-toastr": "^15.0.0", "plyr": "3.6.4", "quill": "^1.3.7", "rxjs": "~7.5.0", "sweetalert2": "^11.4.24", "swiper": "^8.2.6", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "^14.0.2", "@angular/cli": "~14.0.2", "@angular/compiler-cli": "^14.0.0", "@types/hammerjs": "^2.0.41", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.1.0", "karma": "~6.3.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.0.0", "karma-jasmine-html-reporter": "~1.7.0", "typescript": "~4.7.2" } }