Skip to content
Snippets Groups Projects
package.json 5.94 KiB
Newer Older
francois.grand's avatar
francois.grand committed
{
  "name": "fr.irstea.cassiopee",
  "displayName": "Cassiopée",
  "description": "Hydraulic calculators",
mathias.chouet's avatar
mathias.chouet committed
  "author": "Inrae",
  "version": "4.15.0",
  "main": "main.js",
francois.grand's avatar
francois.grand committed
  "license": "MIT",
francois.grand's avatar
francois.grand committed
  "scripts": {
    "ng": "cd . && \"node_modules/.bin/ng\"",
    "postinstall": "./node_modules/.bin/webdriver-manager update --gecko=false --versions.chrome=83.0.4103.39",
    "lint": "eslint -c .eslintrc.js --ext .ts src",
    "e2e": "npm run preprocess && node scripts/check-translations.js && npm run ng -- e2e --suite=regular --webdriver-update=false",
    "e2equick": "node scripts/check-translations.js && npm run ng -- e2e --dev-server-target= --suite=regular --webdriver-update=false",
    "monkeytest": "npm run ng -- e2e --dev-server-target= --suite=monkeyTest --webdriver-update=false",
    "mkdocs": "node scripts/python3.js -m mkdocs build -f mkdocs-fr.yml && node scripts/python3.js -m mkdocs build -f mkdocs-en.yml && node scripts/mkdocs-postprocess.js",
    "mkdocs2pdf": "node scripts/python3.js mkdocs2pdf.py",
    "preprocess": "node scripts/preprocessors.js && npm run mkdocs",
    "start": "npm run preprocess && npm run ng serve -- --host 0.0.0.0 --poll 5000",
    "build-no-pdf": "npm run preprocess && npm run ng build -- --configuration production",
    "build": "npm run preprocess && npm run mkdocs2pdf && npm run ng build -- --configuration production",
    "update-dist-index-mimetypes": "node scripts/update-dist-index-mimetypes.js",
    "build-cordova": "npm run build-no-pdf && npm run update-dist-index-mimetypes && node scripts/add-cordova-script.js",
    "release-android": "node scripts/bump-cordova-version.js && 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-no-pdf && 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-no-pdf && 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-no-pdf && npm run release-windows-nocompile",
    "release-all": "node scripts/clean_release.js && npm run build-no-pdf && 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"
francois.grand's avatar
francois.grand committed
  },
francois.grand's avatar
francois.grand committed
  "private": true,
francois.grand's avatar
francois.grand committed
  "dependencies": {
francois.grand's avatar
francois.grand committed
  },
  "devDependencies": {
      "cordova-plugin-whitelist": {},
      "cordova-plugin-file": {},
      "cordova-plugin-file-opener2": {
        "ANDROID_SUPPORT_V4_VERSION": "27.+"
      },
      "cordova-plugin-device": {},
      "cordova-plugin-local-notification": {},
      "cordova-plugin-app-version": {},
      "cordova-plugin-advanced-http": {}