package.json 3.36 KB
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
{
  "name": "synto",
  "version": "0.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "watch": "ng build --watch --configuration development",
    "test": "ng test",
    "sass": "sass ./src/assets/scss:./src/assets/css/",
    "sass-min": "sass ./src/assets/scss:./src/assets/css/ --style compressed"
  },
  "private": true,
  "dependencies": {
    "@angular-slider/ngx-slider": "^2.0.4",
    "@angular/animations": "^16.1.2",
    "@angular/cdk": "^16.1.2",
    "@angular/compiler": "^16.1.2",
    "@angular/core": "^16.1.2",
    "@angular/fire": "^7.6.1",
    "@angular/forms": "^16.1.2",
    "@angular/material": "^16.1.2",
    "@angular/platform-browser": "^16.1.2",
    "@angular/platform-browser-dynamic": "^16.1.2",
    "@angular/router": "^16.1.2",
    "@asymmetrik/ngx-leaflet": "^16.0.1",
    "@firebase/app": "^0.9.14",
    "@firebase/firestore": "^4.1.0",
    "@firebase/firestore-compat": "^0.3.16",
    "@kolkov/angular-editor": "^2.1.0",
    "@ks89/angular-modal-gallery": "^10.0.1",
    "@ng-select/ng-select": "^11.0.0",
    "@ngrx/store": "^16.0.1",
    "@swimlane/ngx-charts": "^20.4.1",
    "@tailwindcss/forms": "^0.5.3",
    "angular-calendar": "^0.31.0",
    "angular2-multiselect-dropdown": "^5.0.4",
    "animate.css": "^4.1.1",
    "apexcharts": "^3.41.0",
40
    "bootstrap": "^5.3.3",
Ooh-Ao committed
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
    "browser-sync": "^2.29.3",
    "chart.js": "^4.3.0",
    "date-fns": "^2.30.0",
    "firebase": "^8.10.1",
    "glob-watcher": "^6.0.0",
    "hammerjs": "^2.0.8",
    "helmet": "^7.0.0",
    "keen-slider": "^6.8.5",
    "leaflet": "^1.9.4",
    "lightgallery": "^2.1.2",
    "moment": "^2.29.4",
    "mousetrap": "^1.6.5",
    "ng-apexcharts": "^1.7.7",
    "ng-circle-progress": "^1.7.1",
    "ng-gallery": "^10.0.0",
    "ng2-charts": "^4.1.1",
    "ng2-date-picker": "^16.0.0",
    "ngx-bar-rating": "^6.0.0",
    "ngx-color-picker": "^14.0.0",
    "ngx-colors": "^3.5.2",
    "ngx-daterangepicker-material": "^6.0.4",
    "ngx-drag-drop": "^16.0.0",
    "ngx-dropzone": "^3.1.0",
    "ngx-echarts": "^16.0.0",
    "ngx-editor": "^16.0.1",
    "ngx-mat-timepicker": "^16.0.2",
    "ngx-owl-carousel-o": "^16.0.0",
    "ngx-range-slider": "^1.0.0",
    "ngx-slider-v2": "^16.0.2",
    "ngx-toastr": "^17.0.2",
    "nouislider": "^15.7.1",
    "preline": "^1.9.0",
    "rxjs": "~7.8.1",
    "sass": "^1.63.6",
    "simplebar-angular": "^3.2.4",
    "sweetalert2": "^11.7.20",
    "swiper": "^8.4.6",
    "tslib": "^2.5.3",
    "wnumb": "^1.2.0",
    "zone.js": "~0.13.1"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^16.1.1",
    "@angular/cli": "~16.1.1",
    "@angular/compiler-cli": "^16.1.2",
    "@types/d3-scale": "^4.0.3",
    "@types/d3-selection": "^3.0.5",
    "@types/d3-shape": "^3.1.1",
    "@types/hammerjs": "^2.0.41",
    "@types/jasmine": "~4.3.4",
    "@types/leaflet": "^1.9.3",
    "@types/mousetrap": "^1.6.11",
    "@types/wnumb": "^1.2.1",
    "@typescript-eslint/eslint-plugin": "^5.60.1",
    "@typescript-eslint/parser": "^5.60.1",
    "autoprefixer": "^10.4.14",
    "eslint": "^8.43.0",
    "gulp-postcss": "^9.0.1",
    "jasmine-core": "~5.0.1",
    "karma": "~6.4.2",
    "karma-chrome-launcher": "~3.2.0",
    "karma-coverage": "~2.2.1",
    "karma-jasmine": "~5.1.0",
    "karma-jasmine-html-reporter": "~2.1.0",
    "postcss": "^8.4.24",
    "tailwind-clip-path": "^1.0.0",
    "tailwindcss": "^3.3.2",
    "typescript": "~5.1.3"
  }
}