Newer
Older
"name": "fr.irstea.cassiopee",
"displayName": "Cassiopée",
"description": "Hydraulic calculators",
"author": "Irstea",
"main": "main.js",
"homepage": "http://cassiopee.g-eau.net",
"ng": "cd . && \"node_modules/.bin/ng\"",
"lint": "npm run ng -- lint",
"e2e": "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",
"copy-electron-icon-windows": "copy \"src\\android-chrome-512x512.png\" \"electron\\icon.png\" /Y",
"electron": "npm run update-dist-index-mimetypes && \"node_modules/.bin/electron\" .",
"release-linux": "npm run build && npm run update-dist-index-mimetypes && \"node_modules/.bin/electron-builder\"",
"release-windows": "rd /s /q release && npm run build && npm run update-dist-index-mimetypes && npm run copy-electron-icon-windows && \"node_modules/.bin/electron-builder\"",
"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"
"@angular/common": "^8.1.2",
"@angular/compiler": "^8.1.2",
"@angular/core": "^8.1.2",
"@angular/flex-layout": "^8.0.0-beta.26",
"@angular/forms": "^8.1.2",
"@angular/material": "^8.1.3",
"@angular/platform-browser": "^8.1.2",
"@angular/platform-browser-dynamic": "^8.1.2",
"@angular/router": "^8.1.2",
"@types/pako": "^1.0.1",
"chartjs-plugin-zoom": "^0.7.3",
"cordova-android": "^8.0.0",
"jalhyd": "file:../jalhyd",
"screenfull": "^4.2.0",
"@angular-devkit/build-angular": "^0.801.2",
"@angular/cli": "^8.1.2",
"@angular/compiler-cli": "^8.1.2",
"@angular/language-service": "^8.1.2",
"@compodoc/compodoc": "^1.1.10",
"@types/file-saver": "^2.0.1",
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"android"
]