{ "name": "angular-clarity", "version": "16.0.4", "subVersion": "2023.06.02-01", "scripts": { "ng": "ng", "start": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng serve --port 4201 -o", "start:https": "ng serve --port 4201 --ssl -o", "build-prod": "node --max_old_space_size=64384 ./node_modules/@angular/cli/bin/ng build --prod ", "build": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build --base-href ./ --configuration production --aot --build-optimizer", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "^16.0.4", "@angular/cdk": "^16.2.4", "@angular/common": "^16.0.4", "@angular/compiler": "^16.0.4", "@angular/core": "^16.0.4", "@angular/forms": "^16.0.4", "@angular/platform-browser": "^16.0.4", "@angular/platform-browser-dynamic": "^16.0.4", "@angular/router": "^16.0.4", "@auth0/angular-jwt": "^5.1.2", "@cds/core": "^6.9.0", "@ckeditor/ckeditor5-angular": "^7.0.1", "@ckeditor/ckeditor5-build-classic": "^40.0.0", "@clr/angular": "^16.0.0", "@clr/icons": "^13.0.0", "@clr/ui": "^16.0.0", "@ctrl/ngx-codemirror": "^7.0.0", "@swimlane/ngx-charts": "^20.4.1", "@webcomponents/custom-elements": "^1.6.0", "@webcomponents/webcomponentsjs": "^2.8.0", "angular-gridster2": "^16.0.0", "angularx-qrcode": "^16.0.2", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.2", "boxicons": "^2.1.4", "chart.js": "^3.4.0", "dom-to-image": "^2.6.0", "express": "^4.18.2", "file-saver": "^2.0.5", "highcharts": "^11.1.0", "highcharts-angular": "^3.1.2", "jquery": "^3.7.1", "jspdf": "^2.5.1", "jszip": "^3.10.1", "lit-html": "^3.1.0", "lodash": "^4.17.21", "moment": "^2.29.4", "ng-dynamic-component": "^10.1.1", "ng-multiselect-dropdown": "^1.0.0", "ng2-charts": "^4.1.0", "ng2-ckeditor": "^1.3.7", "ng2-search-filter": "^0.5.1", "ngx-chips": "^3.0.0", "ngx-cookie-service": "^16.0.0", "ngx-drag-drop": "^16.1.0", "ngx-filter-pipe": "^3.0.0", "ngx-image-cropper": "^7.0.2", "ngx-toastr": "^17.0.2", "numeral": "^2.0.6", "rxjs": "^7.8.1", "sweetalert2": "^11.4.8", "tslib": "^2.5.2", "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz", "zone.js": "~0.13.0" }, "devDependencies": { "@angular-devkit/build-angular": "^16.0.4", "@angular/cli": "^16.0.4", "@angular/compiler-cli": "^16.0.4", "@types/jasmine": "~4.3.2", "@types/jasminewd2": "~2.0.10", "@types/node": "^20.2.5", "jasmine-core": "~5.0.0", "jasmine-spec-reporter": "~7.0.0", "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.0.0", "ts-node": "^10.9.1", "tslint": "~6.1.3", "typescript": "^5.1.0" } }