{
  "name": "@s2partnership/riskwise",
  "version": "1.22.1",
  "description": "Skeleton project for Ionic hybrid applications",
  "scripts": {
    "appId": "node ./tools/set-appId.js",
    "build": "npm run config && ng build",
    "build:prod": "npm run config && ng build --prod",
    "config": "node ./tools/set-env.js",
    "cy:open": "cypress open",
    "cy:run": "cypress run",
    "e2e": "ng e2e",
    "e2e:ci": "start-server-and-test start http://localhost:4200 cy:run",
    "e2e:merge": "junit-merge --dir ./test-results/e2e/ --out ./test-results/e2e/E2ETests.xml && node ./tools/xml-cleanup.js ./test-results/e2e/E2ETests.xml",
    "ionic": "ionic",
    "lint": "npm run config && ng lint",
    "ng": "ng",
    "semantic-release": "semantic-release",
    "start": "npm run config && ng serve",
    "test": "npm run config && ng test",
    "test:ci": "npm run config && npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI --reporters junit",
    "cypress:open": "cypress open",
    "cypress:run": "cypress run"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/S2Partnership/riskwise-hybrid.git"
  },
  "author": "S2 Partnership Ltd. <riskwise@s2partnership.co.uk>",
  "maintainers": [
    {
      "name": "Abid Riaz",
      "email": "abid.riaz@s2partnership.co.uk"
    },
    {
      "name": "Lee Zerafa",
      "email": "lee.zerafa@s2partnership.co.uk"
    }
  ],
  "license": "UNLICENSED",
  "homepage": "https://bitbucket.org/S2Partnership/riskwise-hybrid/src/develop/README.md",
  "private": true,
  "dependencies": {
    "10": "0.0.1",
    "13": "0.0.0",
    "@almothafar/angular-signature-pad": "^5.0.1",
    "@angular/cdk": "^17.3.10",
    "@angular/common": "18.2.14",
    "@angular/core": "18.2.14",
    "@angular/elements": "^18.2.14",
    "@angular/forms": "18.2.14",
    "@angular/platform-browser": "18.2.14",
    "@angular/platform-browser-dynamic": "18.2.14",
    "@angular/router": "18.2.14",
    "@awesome-cordova-plugins/camera": "^6.7.0",
    "@awesome-cordova-plugins/chooser": "^6.7.0",
    "@awesome-cordova-plugins/core": "^6.7.0",
    "@awesome-cordova-plugins/file": "^6.7.0",
    "@awesome-cordova-plugins/file-path": "^6.7.0",
    "@awesome-cordova-plugins/ionic-webview": "^6.7.0",
    "@awesome-cordova-plugins/photo-viewer": "^6.7.0",
    "@awesome-cordova-plugins/screen-orientation": "^6.7.0",
    "@awesome-cordova-plugins/splash-screen": "^6.7.0",
    "@awesome-cordova-plugins/status-bar": "^6.7.0",
    "@capacitor-community/tap-jacking": "^7.1.0",
    "@capacitor/android": "^7.4.5",
    "@capacitor/app": "^7.1.1",
    "@capacitor/camera": "^7.0.3",
    "@capacitor/core": "^7.4.5",
    "@capacitor/filesystem": "^7.1.6",
    "@capacitor/geolocation": "^7.1.7",
    "@capacitor/ios": "^7.4.5",
    "@capacitor/keyboard": "^7.0.4",
    "@capacitor/network": "^7.0.3",
    "@capacitor/preferences": "^7.0.3",
    "@capawesome/capacitor-android-edge-to-edge-support": "^7.2.3",
    "@capgo/capacitor-native-biometric": "^7.6.0",
    "@ionic-native/core": "^5.36.0",
    "@ionic-native/date-picker": "^5.36.0",
    "@ionic/angular": "^7.8.6",
    "@ionic/cli": "^7.2.0",
    "@ngx-translate/core": "^15.0.0",
    "@ngx-translate/http-loader": "6.0.0",
    "buffer": "6.0.3",
    "com-sarriaroman-photoviewer": "github:AbidR-S2/photoviewer#8e953432a7c148e70f0ba54cf3088b4eb55b178c",
    "cordova-plugin-camera": "github:felicienfrancois/cordova-plugin-camera#e6e49b85b59263fc5782e835160d01a8932e3690",
    "cordova-plugin-chooser": "^1.3.2",
    "cordova-plugin-datepicker": "0.9.3",
    "cordova-plugin-file": "^6.0.2",
    "cordova-plugin-filepath": "^1.6.0",
    "cordova-plugin-ionic-webview": "^5.0.1",
    "cordova-plugin-multiple-documents-picker": "^1.0.0",
    "cordova-plugin-screen-orientation": "3.0.2",
    "cross-spawn": "^7.0.6",
    "crypto-js": "^4.2.0",
    "date-fns": "1.30.1",
    "es6-promise-plugin": "4.2.2",
    "fs-web": "1.0.1",
    "rxjs": "^7.4.0",
    "simple-plist": "github:AbidR-S2/simple-plist",
    "stream": "0.0.2",
    "tslib": "^2.0.0",
    "util": "^0.12.5",
    "webpack": "^5.91.0",
    "webpack-dev-middleware": "^5.3.4",
    "xml-js": "1.6.11",
    "zone.js": "^0.14.10"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "18.2.21",
    "@angular-devkit/schematics": "^21.1.3",
    "@angular-eslint/builder": "^18.4.3",
    "@angular-eslint/eslint-plugin": "^18.4.3",
    "@angular-eslint/eslint-plugin-template": "^18.4.3",
    "@angular-eslint/schematics": "^18.4.3",
    "@angular-eslint/template-parser": "^18.4.3",
    "@angular/cli": "18.2.21",
    "@angular/compiler": "18.2.14",
    "@angular/compiler-cli": "18.2.14",
    "@angular/language-service": "18.2.14",
    "@capacitor/cli": "^7.0.0",
    "@cypress/schematic": "^4.3.0",
    "@cypress/webpack-preprocessor": "^5.17.1",
    "@ionic/angular-toolkit": "^7.0.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^13.1.4",
    "@semantic-release/release-notes-generator": "^14.0.1",
    "@types/jasmine": "^3.6.11",
    "@types/jasminewd2": "2.0.8",
    "@types/node": "^20.14.10",
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "cypress": "^15.10.0",
    "dotenv": "8.2.0",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jsdoc": "latest",
    "eslint-plugin-prefer-arrow": "latest",
    "husky": "4.3.8",
    "jasmine-core": "^3.99.1",
    "jasmine-spec-reporter": "~5.0.0",
    "jetifier": "^2.0.0",
    "junit-merge": "2.0.0",
    "karma": "6.4.1",
    "karma-chrome-launcher": "^3.2.0",
    "karma-coverage-istanbul-reporter": "3.0.3",
    "karma-jasmine": "^4.0.2",
    "karma-jasmine-html-reporter": "^1.7.0",
    "karma-junit-reporter": "2.0.1",
    "minimist": "^1.2.8",
    "puppeteer": "^23.11.1",
    "semantic-release": "^24.1.0",
    "start-server-and-test": "1.12.0",
    "ts-loader": "8.0.15",
    "ts-node": "9.1.1",
    "typedoc": "^0.25.13",
    "typescript": "^5.4.5"
  },
  "browser": {
    "crypto": false,
    "fs": false
  }
}
