{
  "name": "@kite-tech/components",
  "version": "7.0.5",
  "description": "Shared components to be used throughout Kite front end apps.",
  "main": "index.ts",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:dist": "jest --coverage --runInBand",
    "build:dev": "kite-tech-webpack:dev --partner-name= --project-config-location=kite-webpack-config.js",
    "build:dist": "kite-tech-webpack:dist --partner-name= --project-config-location=kite-webpack-config.js --env.NODE_ENV=production",
    "lint": "tslint -c tslint.json 'src/**/*.ts'",
    "start": "npm run build:dev",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "semantic-release": "semantic-release",
    "prepublishOnly": "./infra/gh-pages-deploy.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OceanLabs/kite-components.git"
  },
  "author": "Chris Berry <chrisberry4545@googlemail.com> (http://chrisbdev.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/OceanLabs/kite-components/issues"
  },
  "homepage": "https://github.com/OceanLabs/kite-components#readme",
  "devDependencies": {
    "@commitlint/cli": "^8.3.3",
    "@commitlint/config-conventional": "^8.3.3",
    "@kite-tech/tslint": "^3.0.0",
    "@kite-tech/webpack": "^2.0.0-alpha.11",
    "@ngtools/webpack": "7.2.1",
    "@semantic-release/git": "^7.0.16",
    "@types/jest": "19.2.4",
    "@types/node": "7.0.22",
    "cheerio": "1.0.0-rc.2",
    "husky": "0.14.3",
    "jest": "23.6.0",
    "jest-cli": "23.6.0",
    "meow": "4.0.0",
    "pug": "^2.0.3",
    "reflect-metadata": "0.1.10",
    "semantic-release": "^15.13.24",
    "ts-jest": "22.4.0",
    "tslint": "5.9.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "3.1.6",
    "zone.js": "0.8.28"
  },
  "dependencies": {
    "@angular/animations": "7.2.1",
    "@angular/cli": "7.2.1",
    "@angular/common": "7.2.1",
    "@angular/compiler": "7.2.1",
    "@angular/compiler-cli": "^7.2.14",
    "@angular/core": "7.2.1",
    "@angular/forms": "7.2.1",
    "@angular/platform-browser": "7.2.1",
    "@angular/platform-browser-dynamic": "7.2.1",
    "@angular/router": "7.2.1",
    "@kite-tech/checkout-sdk": "3.9.0-alpha.21",
    "@ngrx/store": "7.1.0",
    "@ngx-translate/core": "11.0.1",
    "@simonprodigi/design-tokens": "^0.4.0",
    "@types/hammerjs": "^2.0.35",
    "@types/scroll-into-view": "^1.6.6",
    "angular-svg-icon": "7.1.1",
    "angular-svg-round-progressbar": "2.0.0",
    "angular2-http-file-upload": "1.0.6",
    "angular2-uuid": "1.1.1",
    "core-js": "^2.6.2",
    "hammerjs": "^2.0.8",
    "inuitcss": "6.0.0-beta.5",
    "ios-version": "^1.0.1",
    "mixpanel-browser": "2.13.0",
    "ng2-dnd": "5.0.2",
    "ngrx-forms": "4.0.1",
    "ngx-markdown": "^7.1.5",
    "rxjs": "6.3.3",
    "sass-mq": "3.3.2",
    "scroll-into-view": "^1.9.4",
    "universal-ga": "1.2.0"
  }
}
