{ "name": "fr.irstea.cassiopee", "displayName": "Cassiopée", "description": "Hydraulic calculators", "author": "Inrae", "version": "4.15.0", "main": "main.js", "homepage": "https://cassiopee.g-eau.fr", "license": "MIT", "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" }, "private": true, "dependencies": { "@angular-devkit/build-angular": "^14.0.4", "@angular/animations": "^14.0.4", "@angular/cdk": "^14.0.4", "@angular/common": "^14.0.4", "@angular/compiler": "^14.0.4", "@angular/core": "^14.0.4", "@angular/flex-layout": "^14.0.0-beta.40", "@angular/forms": "^14.0.4", "@angular/material": "^14.0.4", "@angular/platform-browser": "^14.0.4", "@angular/platform-browser-dynamic": "^14.0.4", "@angular/router": "^14.0.4", "@ngx-matomo/tracker": "^3.0.0", "@types/pako": "^1.0.4", "@types/sprintf-js": "^1.1.2", "angular2-chartjs": "^0.5.1", "angular2-hotkeys": "^13.1.0", "chartjs-plugin-zoom": "^0.7.7", "cordova-android": "^9.0.0", "cordova-plugin-advanced-http": "^3.0.1", "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-badge": "^0.8.8", "cordova-plugin-device": "^2.0.3", "cordova-plugin-file": "^6.0.2", "cordova-plugin-file-opener2": "^3.0.5", "cordova-plugin-local-notification": "^0.9.0-beta.2", "cordova-plugin-whitelist": "^1.3.4", "core-js": "^3.23.3", "file-saver": "^2.0.5", "he": "^1.2.0", "jalhyd": "file:../jalhyd", "katex": "^0.16.0", "material-design-icons": "^3.0.1", "mathjax": "^3.2.2", "mermaid": "^8.8.0", "ngx-markdown": "^14.0.1", "ngx-material-file-input": "^4.0.0", "ngx-webstorage-service": "^5.0.0", "pako": "^2.0.4", "primeng": "^14.0.0-rc.1", "roboto-fontface": "^0.10.0", "rxjs": "^6.6.3", "screenfull": "^5.0.2", "svg-pan-zoom": "^3.6.1", "tslib": "^2.4.0", "xlsx": "^0.16.7", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/core": "^14.0.4", "@angular-eslint/eslint-plugin": "^14.0.0", "@angular/cli": "^14.0.4", "@angular/compiler-cli": "^14.0.4", "@angular/language-service": "^14.0.4", "@compodoc/compodoc": "^1.1.11", "@types/file-saver": "^2.0.5", "@types/jasmine": "~4.0.3", "@types/jasminewd2": "^2.0.10", "@types/node": "^18.0.1", "@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/eslint-plugin-tslint": "^5.30.5", "@typescript-eslint/parser": "^5.30.5", "codelyzer": "^6.0.2", "cordova": "^10.0.0", "electron": "^19.0.7", "electron-builder": "^23.1.0", "eslint": "^8.19.0", "eslint-plugin-import": "^2.26.0", "fs-extra": "^10.1.0", "jasmine-core": "~4.2.0", "jasmine-spec-reporter": "~7.0.0", "protractor": "~7.0.0", "ts-node": "^10.8.2", "typescript": "~4.7.4", "webpack-dev-server": "^4.9.3" }, "cordova": { "plugins": { "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": {} }, "platforms": [ "android" ] } }