{
  "name": "front-parking-angular",
  "version": "0.0.0",
  "scripts": {
    "start": "ng serve --host 0.0.0.0  --configuration development",
    "start:prod": "ng serve --host 0.0.0.0 --port 4201 --configuration production",
    "start:hom": "ng serve --host 0.0.0.0 --port 4201 --configuration hom",
    "build:dev": "ng build --configuration development",
    "build:hom": "ng build --configuration hom",
    "build:prod": "ng build --configuration production",
    "watch": "ng build --watch --configuration development",
    "ng": "ng",
    "build": "ng build",
    "test": "ng test"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^17.0.0",
    "@angular/cdk": "^17.3.10",
    "@angular/common": "^17.0.0",
    "@angular/compiler": "^17.0.0",
    "@angular/core": "^17.0.0",
    "@angular/forms": "^17.0.0",
    "@angular/material": "^17.3.10",
    "@angular/platform-browser": "^17.0.0",
    "@angular/platform-browser-dynamic": "^17.0.0",
    "@angular/router": "^17.0.0",
    "date-fns": "^3.6.0",
    "date-fns-tz": "^3.1.3",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "file-saver": "^2.0.5",
    "front-parking-angular": "file:",
    "jspdf": "^3.0.1",
    "jspdf-autotable": "^5.0.2",
    "pm2": "^5.4.2",
    "prom-client": "^15.1.3",
    "rxjs": "~7.8.0",
    "tslib": "^2.3.0",
    "xlsx": "^0.18.5",
    "zone.js": "~0.14.2"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^17.0.10",
    "@angular/cli": "^17.0.10",
    "@angular/compiler-cli": "^17.0.0",
    "@types/file-saver": "^2.0.7",
    "@types/jasmine": "~5.1.0",
    "jasmine-core": "~5.1.0",
    "karma": "~6.4.0",
    "karma-chrome-launcher": "~3.2.0",
    "karma-coverage": "~2.2.0",
    "karma-jasmine": "~5.1.0",
    "karma-jasmine-html-reporter": "~2.1.0",
    "typescript": "~5.2.2"
  }
}
