{
  "name": "localloop-web",
  "version": "0.1.13",
  "description": "A Web client for the LocalLoop system.",
  "author": "",
  "url": "http://www.peartrade.org",
  "copyright": "Copyright 2021 Pear Trading Ltd",
  "scripts": {
    "start": "ng serve --optimization=false",
    "build": "ng build",
    "start:dev": "npm run start -- --configuration=dev",
    "start:prod": "npm run start -- --configuration=production",
    "build:dev": "npm run build -- --configuration=dev",
    "build:prod": "npm run build -- --configuration=production",
    "test": "ng test",
    "test:ci": "npm run test -- --watch=false --browsers=ChromeHeadless",
    "lint-js": "ng lint",
    "lint-js:fix": "npm run lint -- --fix",
    "e2e": "ng e2e",
    "e2e:ci": "npm run e2e -- --configuration=ci",
    "ci": "npm run test:ci && npm run e2e:ci"
  },
  "private": true,
  "dependencies": {
    "@agm/core": "^3.0.0-beta.0",
    "@agm/markerclusterer": "^3.0.0-beta.0",
    "@angular/common": "10.2.1",
    "@angular/compiler": "10.2.1",
    "@angular/core": "10.2.1",
    "@angular/fire": "^6.0.4",
    "@angular/forms": "10.2.1",
    "@angular/platform-browser": "10.2.1",
    "@angular/platform-browser-dynamic": "10.2.1",
    "@angular/router": "10.2.1",
    "@angular/upgrade": "10.2.1",
    "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
    "@coreui/icons": "0.3.0",
    "@google/markerclustererplus": "^5.0.4",
    "ajv": "^6.10.0",
    "ajv-keywords": "^3.4.0",
    "angular2-datetimepicker": "^1.1.1",
    "chart.js": "^2.8.0",
    "chartjs-adapter-luxon": "^0.2.0",
    "core-js": "^2.6.9",
    "devextreme": "^19.1.4",
    "devextreme-angular": "^19.1.4",
    "firebase": "^8.0.0",
    "jasmine": "^3.4.0",
    "jquery": "^3.5.1",
    "jszip": "^3.2.2",
    "luxon": "^1.16.1",
    "moment": "^2.24.0",
    "ng2-charts": "^2.3.2",
    "ng2-validation-manager": "0.5.3",
    "ngx-bootstrap": "^5.0.0",
    "ngx-filter-pipe": "^2.1.2",
    "ngx-pagination": "^4.0.0",
    "popper.js": "^1.15.0",
    "rxjs": "6.6.3",
    "stream": "0.0.2",
    "ts-helpers": "1.1.2",
    "tslib": "^1.10.0",
    "web-animations-js": "^2.3.2",
    "webpack-dev-server": "^3.11.0",
    "zone.js": "~0.10.3"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^0.1002.0",
    "@angular/cli": "^10.2.0",
    "@angular/compiler-cli": "10.2.1",
    "@types/googlemaps": "^3.39.8",
    "@types/jasmine": "3.3.13",
    "@types/jasminewd2": "2.0.6",
    "@types/node": "12.0.10",
    "codelyzer": "^6.0.0",
    "jasmine-core": "^3.4.0",
    "jasmine-spec-reporter": "4.2.1",
    "karma": "^5.1.1",
    "karma-chrome-launcher": "2.2.0",
    "karma-cli": "2.0.0",
    "karma-coverage-istanbul-reporter": "^2.0.5",
    "karma-jasmine": "^2.0.1",
    "karma-jasmine-html-reporter": "^1.4.2",
    "protractor": "^7.0.0",
    "readable-stream": "latest",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "typescript": "~3.9.7"
  }
}