{
  "name": "web-zap-subscribe-desktop",
  "version": "1.0.0",
  "description": "",
  "config": {
    "src": "./src",
    "public": "./public"
  },
  "scripts": {
    "test": "npm-run-all test:*",
    "dev": "cross-env NODE_ENV=development BABEL_ENV=development webpack-dev-server",
    "clean": "rm -rf $npm_package_config_public/build/*",
    "prod": "npm run clean && cross-env NODE_ENV=production BABEL_ENV=production webpack -p",
    "test:flow": "flow $npm_package_config_src",
    "test:lint": "eslint $npm_package_config_src",
    "test:jest": "jest $npm_package_config_src --coverage",
    "development": "npm run dev",
    "production": "npm run prod",
    "analyze:state": "cross-env NODE_ENV=production BABEL_ENV=production webpack --profile --json > ./public/build/analyze.json",
    "analyze:server": "webpack-bundle-analyzer ./public/build/analyze.json -m server",
    "analyze": "npm-run-all analyze:*",
    "precommit": "npm-run-all test:flow test:lint",
    "prepush": "npm run test",
    "commitmsg": "validate-commit-msg",
    "snyk-protect": "snyk protect",
    "prepublish": "npm run snyk-protect"
  },
  "keywords": [
    "zcui",
    "vuejs"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:hamidraza/zcui-vue-pwa.git"
  },
  "bugs": {
    "url": "https://github.com/hamidraza/zcui-vue-pwa/issues"
  },
  "homepage": "http://zcui.zoomcar.com",
  "author": "Hamid Raza <hamid.raza@zoomcar.com>",
  "license": "MIT",
  "trackingCode": "UA-XXXXXXXX-X",
  "dependencies": {
    "@zoomcarindia/web-city-selection": "^1.0.18",
    "@zoomcarindia/web-login": "^0.0.27",
    "@zoomcarindia/web-payments": "1.1.38",
    "@zoomcarindia/web-referral": "0.0.13",
    "babel-core": "^6.24.1",
    "babel-eslint": "^8.0.0",
    "babel-loader": "^7.0.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "bugsnag-js": "^4.7.1",
    "bugsnag-vue": "^1.0.1",
    "cross-env": "^5.0.0",
    "css-loader": "^0.28.0",
    "dotenv": "^4.0.0",
    "dotenv-webpack": "^1.5.7",
    "eslint": "^4.1.0",
    "eslint-plugin-flowtype": "^2.32.1",
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "^1.1.6",
    "flow-bin": "^0.63.1",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "html-webpack-plugin": "^2.28.0",
    "husky": "^0.14.0",
    "jest": "^22.0.4",
    "node-sass": "^4.5.2",
    "npm-run-all": "^4.0.2",
    "preload-webpack-plugin": "^2.0.0",
    "sass-loader": "^6.0.3",
    "snyk": "^1.31.0",
    "style-loader": "^0.21.0",
    "sw-precache-webpack-plugin": "^0.11.0",
    "validate-commit-msg": "^2.12.1",
    "vue": "^2.5.13",
    "vue-carousel": "^0.8.1",
    "vue-gtm": "^1.0.3",
    "vue-head": "^2.0.10",
    "vue-loader": "^13.0.0",
    "vue-multiselect": "^2.1.0",
    "vue-router": "^3.0.1",
    "vue-slider-component": "^2.7.1",
    "vue-template-compiler": "^2.5.13",
    "vue-ua": "^1.5.0",
    "vue2-google-maps": "^0.10.2",
    "vuex": "^3.0.1",
    "webpack": "^3.0.0",
    "webpack-bundle-analyzer": "^2.4.0",
    "webpack-dev-server": "^2.4.5"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "zcui": {
    "variant": "vue-pwa"
  },
  "snyk": true,
  "devDependencies": {
    "lighthouse-ci": "https://github.com/ebidel/lighthouse-ci"
  }
}
