{
  "name": "fr.irstea.cassiopee",
  "displayName": "Cassiopée",
  "description": "Hydraulic calculators",
  "author": "Irstea",
  "version": "4.8.1",
  "main": "main.js",
  "homepage": "http://cassiopee.g-eau.fr",
  "license": "MIT",
  "scripts": {
    "ng": "cd . && \"node_modules/.bin/ng\"",
    "lint": "npm run ng -- lint",
    "e2e": "npm run preprocess && npm run ng -- e2e",
    "e2equick": "npm run ng -- e2e --dev-server-target=",
    "mkdocs": "node scripts/mkdocs-preprocess.js && node scripts/python3.js -m mkdocs build",
    "preprocess": "node scripts/preprocessors.js && npm run mkdocs",
    "start": "npm run preprocess && npm run ng serve -- --host 0.0.0.0 --poll 5000",
    "prod": "npm run preprocess && npm run ng serve  -- --host 0.0.0.0 --prod",
    "build": "npm run preprocess && npm run ng build -- --prod --build-optimizer=false",
    "update-dist-index-mimetypes": "node scripts/update-dist-index-mimetypes.js",
    "build-cordova": "npm run preprocess && npm run build && npm run update-dist-index-mimetypes && node scripts/add-cordova-script.js",
    "release-android": "npm run build-cordova && \"node_modules/.bin/cordova\" platform add android; node scripts/remove-duplicate-sitemap.js && \"node_modules/.bin/cordova\" build android && node scripts/move-cordova-release.js",
    "electron": "npm run update-dist-index-mimetypes && \"node_modules/.bin/electron\" .",
    "release-linux-nocompile": "npm run update-dist-index-mimetypes && \"node_modules/.bin/electron-builder\"",
    "release-linux": "npm run build && npm run release-linux-nocompile",
    "release-mac-nocompile": "npm run update-dist-index-mimetypes && \"node_modules/.bin/electron-builder\" --mac",
    "release-mac": "npm run build && npm run release-mac-nocompile",
    "release-windows-nocompile": "npm run update-dist-index-mimetypes && \"node_modules/.bin/electron-builder\" --win",
    "release-windows": "npm run build && npm run release-windows-nocompile",
    "release-all": "node scripts/clean_release.js && npm run build && npm run update-dist-index-mimetypes && \"node_modules/.bin/electron-builder\" && \"node_modules/.bin/electron-builder\" --mac && \"node_modules/.bin/electron-builder\" --win && npm run release-android",
    "compodoc": "node \"node_modules/@compodoc/compodoc/bin/index-cli.js\" -p src/tsconfig.app.json -s --language fr-FR -d compodoc-fr",
    "viz": "tsviz -recursive src/ nghyd_class_diagram.png"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^8.2.4",
    "@angular/cdk": "^8.1.4",
    "@angular/common": "^8.2.4",
    "@angular/compiler": "^8.2.4",
    "@angular/core": "^8.2.4",
    "@angular/flex-layout": "^8.0.0-beta.27",
    "@angular/forms": "^8.2.4",
    "@angular/material": "^8.1.4",
    "@angular/platform-browser": "^8.2.4",
    "@angular/platform-browser-dynamic": "^8.2.4",
    "@angular/router": "^8.2.4",
    "@types/pako": "^1.0.1",
    "@types/sprintf-js": "^1.1.2",
    "angular2-chartjs": "^0.5.1",
    "angular2-hotkeys": "^2.1.5",
    "chartjs-plugin-zoom": "^0.7.4",
    "cordova-android": "^8.0.0",
    "cordova-plugin-device": "^2.0.3",
    "cordova-plugin-file": "^6.0.2",
    "cordova-plugin-file-opener2": "^2.2.1",
    "cordova-plugin-whitelist": "^1.3.4",
    "core-js": "^3.2.1",
    "file-saver": "^2.0.2",
    "hammerjs": "^2.0.8",
    "he": "^1.2.0",
    "jalhyd": "file:../jalhyd",
    "material-design-icons": "^3.0.1",
    "mathjax": "^2.7.5",
    "mermaid": "^8.2.5",
    "ngx-konami": "^1.6.0",
    "ngx-markdown": "^8.2.1",
    "ngx-material-file-input": "^1.1.1",
    "ngx-matomo": "^0.1.4",
    "ngx-webstorage-service": "^4.1.0",
    "pako": "^1.0.10",
    "primeng": "^8.0.2",
    "roboto-fontface": "^0.10.0",
    "rxjs": "^6.5.3",
    "screenfull": "^4.2.1",
    "svg-pan-zoom": "^3.6.0",
    "tslib": "^1.10.0",
    "xlsx": "^0.14.5",
    "zone.js": "~0.9.1"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^0.801.3",
    "@angular/cli": "^8.3.2",
    "@angular/compiler-cli": "^8.2.4",
    "@angular/language-service": "^8.2.4",
    "@compodoc/compodoc": "^1.1.10",
    "@types/file-saver": "^2.0.1",
    "@types/jasmine": "^3.4.0",
    "@types/jasminewd2": "^2.0.6",
    "@types/node": "^12.7.4",
    "codelyzer": "^5.0.1",
    "cordova": "^9.0.0",
    "electron": "^6.0.10",
    "electron-builder": "^21.2.0",
    "fs-extra": "^8.1.0",
    "jasmine-core": "^3.4.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "^4.3.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-cli": "~2.0.0",
    "karma-coverage-istanbul-reporter": "^2.1.0",
    "karma-jasmine": "^2.0.1",
    "karma-jasmine-html-reporter": "^1.4.2",
    "protractor": "^5.4.2",
    "ts-node": "^8.3.0",
    "tslint": "^5.19.0",
    "typescript": "^3.5.3",
    "webpack-dev-server": "^3.8.0"
  },
  "cordova": {
    "plugins": {
      "cordova-plugin-whitelist": {},
      "cordova-plugin-file": {},
      "cordova-plugin-file-opener2": {
        "ANDROID_SUPPORT_V4_VERSION": "27.+"
      },
      "cordova-plugin-device": {}
    },
    "platforms": [
      "android"
    ]
  }
}