{
  "name": "made-with-love-workspace",
  "version": "2.0.0",
  "license": "MIT",
  "author": "Nitay Neeman",
  "homepage": "https://github.com/nitayneeman/made-with-love",
  "repository": {
    "type": "git",
    "url": "https://github.com/nitayneeman/made-with-love.git"
  },
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "format": "prettier --write '**/*.ts' '**/*.json'",
    "format:staged": "pretty-quick --staged",
    "precommit": "run-s format:staged lint",
    "build-package": "npm run lib:build:prod && npm run schematics:copy",
    "lib:build": "ng run made-with-love:build",
    "lib:build:prod": "ng run made-with-love:build:production",
    "lib:test": "ng run made-with-love:test",
    "lib:lint": "ng run made-with-love:lint",
    "schematics:build": "tsc -p projects/schematics/tsconfig.json",
    "schematics:copy": "npm run schematics:build && webpack"
  },
  "dependencies": {
    "@angular/animations": "6.1.1",
    "@angular/common": "6.1.1",
    "@angular/compiler": "6.1.1",
    "@angular/core": "6.1.1",
    "@angular/elements": "6.1.1",
    "@angular/forms": "6.1.1",
    "@angular/http": "6.1.1",
    "@angular/platform-browser": "6.1.1",
    "@angular/platform-browser-dynamic": "6.1.1",
    "@angular/router": "6.1.1",
    "@webcomponents/custom-elements": "^1.1.0",
    "core-js": "^2.5.4",
    "rxjs": "6.2.2",
    "zone.js": "^0.8.24"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^0.5.13",
    "@angular-devkit/build-ng-packagr": "~0.6.8",
    "@angular-devkit/core": "^0.7.2",
    "@angular-devkit/schematics": "^0.7.2",
    "@angular/cli": "6.1.2",
    "@angular/compiler-cli": "6.1.1",
    "@angular/language-service": "6.1.1",
    "@types/jasmine": "^2.8.7",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "~8.9.4",
    "codelyzer": "~4.2.1",
    "copy-webpack-plugin": "^4.5.2",
    "husky": "^0.14.3",
    "jasmine-core": "~2.99.1",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~1.7.1",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~1.4.2",
    "karma-jasmine": "^1.1.2",
    "karma-jasmine-html-reporter": "^0.2.2",
    "ng-packagr": "^3.0.0-rc.2",
    "npm-run-all": "^4.1.3",
    "prettier": "^1.13.7",
    "pretty-quick": "^1.6.0",
    "protractor": "~5.3.0",
    "schematics-utilities": "^1.1.0",
    "ts-node": "~5.0.1",
    "tsickle": "^0.32.1",
    "tslib": "^1.7.1",
    "tslint": "~5.9.1",
    "typescript": "~2.9.2",
    "webpack": "^4.18.0",
    "webpack-cli": "^3.1.0",
    "webpack-node-externals": "^1.7.2"
  }
}
