{
  "name": "vue-storefront",
  "version": "1.0.1RC",
  "description": "A Vue.js, PWA eCommerce frontend",
  "engineStrict": true,
  "engines": {
    "node": "8.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DivanteLtd/vue-storefront"
  },
  "keywords": [
    "vue",
    "vuex",
    "vue-router",
    "webpack",
    "starter",
    "server-side",
    "boilerplate"
  ],
  "author": "Divante and contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DivanteLtd/vue-storefront/issues"
  },
  "homepage": "https://github.com/DivanteLtd/vue-storefront/README.md",
  "scripts": {
    "preinstall": "node ./core/scripts/preinstall.js",
    "postinstall": "node ./core/scripts/postinstall.js",
    "start": "cross-env NODE_ENV=production node ./core/scripts/server",
    "installer": "node ./core/scripts/installer",
    "all": "node ./core/scripts/all",
    "dev": "node ./core/scripts/server",
    "dev:inspect": "node --inspect ./core/scripts/server",
    "build:client": "cross-env NODE_ENV=production webpack --config ./core/build/webpack.prod.client.config.js --progress --hide-modules",
    "build:server": "cross-env NODE_ENV=production webpack --config ./core/build/webpack.prod.server.config.js --progress --hide-modules",
    "build": "rimraf dist && npm run build:client && npm run build:server",
    "unit": "karma start ./test/unit/karma.conf.js --single-run"
  },
  "dependencies": {
    "ajv": "^5.2.2",
    "app-root-path": "^2.0.1",
    "axios": "^0.13.1",
    "bodybuilder": "^2.2.1",
    "command-exists": "^1.2.2",
    "config": "^1.30.0",
    "cross-env": "^3.1.4",
    "d3-dsv": "^1.0.8",
    "elasticsearch": "^13.3.1",
    "empty-dir": "^0.2.1",
    "express": "^4.14.0",
    "fs-exists-sync": "^0.1.0",
    "he": "^1.1.1",
    "inquirer": "^3.3.0",
    "is-windows": "^1.0.1",
    "jsonfile": "^4.0.0",
    "localforage": "^1.5.0",
    "lru-cache": "^4.0.1",
    "mkdirp": "^0.5.1",
    "node-fetch": "^2.0.0",
    "npm": "^5.7.1",
    "object-hash": "^1.2.0",
    "print-message": "^2.1.0",
    "scrollreveal": "^3.3.6",
    "serve-favicon": "^2.3.0",
    "shelljs": "^0.8.1",
    "url-parse": "^1.2.0",
    "val-loader": "^1.1.0",
    "vue": "^2.5.2",
    "vue-analytics": "^5.8.0",
    "vue-i18n": "^7.4.2",
    "vue-lazyload": "^1.1.4",
    "vue-markdown-loader": "^2.2.1",
    "vue-router": "^3.0.1",
    "vue-server-renderer": "^2.5.2",
    "vue2-google-maps": "^0.8.4",
    "vue2-slugify": "0.0.1",
    "vuelidate": "^0.6.2",
    "vuex": "^3.0.0",
    "vuex-router-sync": "^5.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.3",
    "babel-preset-env": "^1.6.x",
    "babel-preset-stage-2": "^6.13.0",
    "chai": "^3.5.0",
    "css-loader": "^0.23.1",
    "eslint": "^4.16.0",
    "eslint-config-standard": "^6.0.0-beta.2",
    "eslint-friendly-formatter": "^2.0.6",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-promise": "^3.3.0",
    "eslint-plugin-standard": "^2.0.0",
    "eslint-plugin-vue": "^4.3.0",
    "file-loader": "^0.8.4",
    "html-webpack-plugin": "^2.28.0",
    "karma": "^1.1.2",
    "karma-mocha": "^1.1.1",
    "karma-phantomjs-launcher": "^1.0.1",
    "karma-sinon-chai": "^1.2.3",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.26",
    "karma-webpack": "^2.0.13",
    "mocha": "^3.0.2",
    "node-sass": "^4.7.2",
    "phantomjs-prebuilt": "^2.1.10",
    "rimraf": "^2.6.0",
    "sass-loader": "^6.0.6",
    "sinon": "^1.17.5",
    "sinon-chai": "^2.8.0",
    "stylus": "^0.54.5",
    "stylus-loader": "^2.4.0",
    "sw-precache-webpack-plugin": "^0.9.2",
    "vue-eslint-parser": "^2.0.2",
    "vue-loader": "^10.0.0",
    "vue-ssr-webpack-plugin": "^1.0.2",
    "vue-template-compiler": "^2.5.2",
    "webpack": "^2.2.1",
    "webpack-dev-middleware": "^1.6.1",
    "webpack-hot-middleware": "^2.12.2",
    "webpack-merge": "^4.1.0"
  }
}
