donmahallem/TrapezeClientNg

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@donmahallem/trapeze-client-ng",
  "version": "2.5.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "build:live": "ng build --watch",
    "test": "ng test",
    "lint": "ng lint",
    "lint-fix": "ng lint --fix",
    "e2e": "ng e2e",
    "postinstall": "node ./ng-add-pug-loader.js && node ./ng-add-pug-loader2.js",
    "test-headless": "ng test --watch=false --browsers=ChromeHeadless --code-coverage",
    "test:unit": "npm run test-headless",
    "test:build": "ng build --prod --aot --base-href ./",
    "test:lint": "ng lint",
    "test:docs": "npm run compodoc",
    "create-publish-package": "node ./npm-publish-package.js",
    "extract-i18n": "ng xi18n --outputPath locale && xliffmerge --profile xliffmerge.json en fr de",
    "compodoc": "npx compodoc -p src/tsconfig.app.json -d ./docs"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://donmahallem.github.io/TrapezeClientNg/",
  "author": {
    "name": "donmahallem",
    "email": "donmahallem@users.noreply.github.com",
    "url": "https://github.com/donmahallem"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/donmahallem/TrapezeClientNg/issues"
  },
  "files": [
    "dist/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/donmahallem/TrapezeClientNg.git"
  },
  "dependencies": {
    "@angular/animations": "~8.2.0",
    "@angular/cdk": "~8.2.0",
    "@angular/common": "~8.2.0",
    "@angular/compiler": "~8.2.0",
    "@angular/core": "~8.2.0",
    "@angular/forms": "~8.2.0",
    "@angular/material": "~8.2.0",
    "@angular/platform-browser": "~8.2.0",
    "@angular/platform-browser-dynamic": "~8.2.0",
    "@angular/pwa": "~0.803.20",
    "@angular/router": "~8.2.0",
    "@angular/service-worker": "~8.2.0",
    "@donmahallem/trapeze-api-types": "~1.7.0",
    "@types/leaflet": "~1.5.6",
    "core-js": "~3.5.0",
    "leaflet": "~1.6.0",
    "leaflet-rotatedmarker": "~0.2.0",
    "material-design-icons": "~3.0.1",
    "moment": "~2.24.0",
    "ng-cli-pug-loader": "~0.2.2",
    "rxjs": "~6.5.3",
    "tslib": "~1.10.0",
    "zone.js": "~0.10.2"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.803.20",
    "@angular/cli": "~8.3.20",
    "@angular/compiler-cli": "~8.2.0",
    "@angular/language-service": "~8.2.14",
    "@compodoc/compodoc": "~1.1.11",
    "@types/jasmine": "~3.5.0",
    "@types/jasminewd2": "~2.0.8",
    "@types/node": "~12.12.17",
    "apply-loader": "~2.0.0",
    "codelyzer": "~5.2.0",
    "jasmine-core": "~3.5.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~4.4.1",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage-istanbul-reporter": "~2.1.1",
    "karma-jasmine": "~2.0.1",
    "karma-jasmine-html-reporter": "~1.4.2",
    "ngx-i18nsupport": "~0.17.1",
    "protractor": "~6.0.0",
    "pug": "~2.0.4",
    "pug-loader": "~2.4.0",
    "ts-node": "~8.5.4",
    "tslint": "~5.20.1",
    "typescript": ">=3.4.0 <3.6.0"
  }
}