{ "name": "web", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0", "build": "ng build --configuration=production", "watch": "ng build --watch --configuration development", "test": "ng test" }, "prettier": { "overrides": [ { "files": "*.html", "options": { "parser": "angular" } } ] }, "private": true, "dependencies": { "@angular/animations": "^20.0.4", "@angular/cdk": "^20.0.3", "@angular/common": "^20.0.4", "@angular/compiler": "^20.0.4", "@angular/core": "^20.0.4", "@angular/forms": "^20.0.4", "@angular/material": "^20.0.3", "@angular/platform-browser": "^20.0.4", "@angular/platform-browser-dynamic": "^20.0.4", "@angular/router": "^20.0.4", "@ng-matero/extensions": "^20.1.0", "@ngx-translate/core": "^16.0.4", "@ngx-translate/http-loader": "^16.0.1", "angular-calendar": "^0.31.1", "angular-tabler-icons": "^3.26.0", "apexcharts": "^4.7.0", "chance": "^1.1.13", "date-fns": "^4.1.0", "highlight.js": "^11.11.1", "ng-apexcharts": "^1.16.0", "ng2-search-filter": "^0.5.1", "ngx-dropzone": "^3.1.0", "ngx-editor": "^19.0.0-beta.1", "ngx-highlightjs": "^14.0.1", "ngx-owl-carousel-o": "^20.0.0", "ngx-pagination": "^6.0.3", "ngx-permissions": "^19.0.0", "ngx-scrollbar": "^18.0.0", "angular-oauth2-oidc": "^20.0.2", "ngx-toastr": "^19.0.0", "rxjs": "~7.8.2", "sass": "^1.89.2", "tslib": "^2.8.1", "zone.js": "~0.15.1" }, "devDependencies": { "@angular/build": "^20.0.3", "@angular/cli": "~20.3.6", "@angular/compiler-cli": "^20.0.4", "@types/chance": "^1.1.6", "@types/date-fns": "^2.6.3", "@types/jasmine": "~5.1.8", "jasmine-core": "~5.8.0", "karma": "~6.4.4", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.1", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "typescript": "~5.8.3" } }