{
  "name": "nghyd",
  "version": "4.1.0",
  "license": "MIT",
  "scripts": {
    "ng": "ng",
    "start": "npm run preprocess; ng serve --host 0.0.0.0",
    "prod": "npm run preprocess; ng serve --host 0.0.0.0 --prod",
    "build": "npm run preprocess; ng build --prod --build-optimizer=false",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "e2equick": "ng e2e --dev-server-target= --baseUrl=http://localhost:4200",
    "jalhyd": "rm node_modules/jalhyd; cd ../jalhyd; npm run build; cd ../nghyd; npm install ../jalhyd;",
    "mathjax": "rsync -az --delete node_modules/mathjax docs-fr/javascripts;",
    "mkdocs": "npm run mathjax; find docs-fr/javascripts/ -name '*.md' -type f -delete; python3 -m mkdocs build",
    "preprocess": "node preprocessors.js; npm run mkdocs;",
    "viz": "tsviz -recursive src/ nghyd_class_diagram.png",
    "compodoc-patch": "sed -i '/Application.prototype.detectAngularJSProjects = function () {/a return false; // patch cracra, voir https://github.com/compodoc/compodoc/issues/667' node_modules/@compodoc/compodoc/dist/index-cli.js",
    "compodoc": "nodejs node_modules/@compodoc/compodoc/bin/index-cli.js -p src/tsconfig.app.json -s --language fr-FR -d compodoc-fr"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^7.2.1",
    "@angular/cdk": "^7.2.1",
    "@angular/common": "^7.2.1",
    "@angular/compiler": "^7.2.1",
    "@angular/core": "^7.2.1",
    "@angular/flex-layout": "^7.0.0-beta.23",
    "@angular/forms": "^7.2.1",
    "@angular/http": "^7.2.1",
    "@angular/material": "^7.2.1",
    "@angular/platform-browser": "^7.2.1",
    "@angular/platform-browser-dynamic": "^7.2.1",
    "@angular/router": "^7.2.1",
    "@types/sprintf-js": "^1.1.1",
    "angular2-chartjs": "^0.5.1",
    "core-js": "^2.6.3",
    "file-saver": "^2.0.0",
    "hammerjs": "^2.0.8",
    "he": "^1.2.0",
    "jalhyd": "file:../jalhyd",
    "mathjax": "^2.7.5",
    "ngx-material-file-input": "^1.1.0",
    "ngx-md": "^7.0.0",
    "rxjs": "^6.3.3",
    "rxjs-compat": "^6.3.3",
    "tslib": "^1.9.0",
    "xlsx": "^0.14.1",
    "zone.js": "^0.8.28"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^0.12.2",
    "@angular/cli": "^7.2.2",
    "@angular/compiler-cli": "^7.2.1",
    "@angular/language-service": "^7.2.1",
    "@compodoc/compodoc": "^1.1.8",
    "@types/file-saver": "^2.0.0",
    "@types/jasmine": "^3.3.7",
    "@types/jasminewd2": "^2.0.6",
    "@types/node": "^8.10.39",
    "codelyzer": "^4.5.0",
    "jasmine-core": "~3.3.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "^3.1.4",
    "karma-chrome-launcher": "~2.2.0",
    "karma-cli": "~2.0.0",
    "karma-coverage-istanbul-reporter": "^2.0.4",
    "karma-jasmine": "^2.0.1",
    "karma-jasmine-html-reporter": "^1.4.0",
    "protractor": "^5.4.2",
    "ts-node": "~7.0.1",
    "tslint": "^5.12.1",
    "typescript": "~3.1.1",
    "webpack-dev-server": "^3.1.14"
  }
}