{
  "name": "jekyll-theme-pirati",
  "version": "8.0.0-alpha3",
  "description": "Basic theme for Czech pirate party",
  "main": "index.js",
  "scripts": {
    "test": "echo 'test'",
    "start": "npm run dev",
    "clean": "rm -rf _site",
    "dev": "npm run clean && npm run jekyll:dev",
    "build": "npm run clean && npm run jekyll",
    "build:stage": "npm run clean && npm run jekyll:stage",
    "jekyll": "cross-env JEKYLL_ENV=production bundle exec jekyll build --config config/_config.yml",
    "jekyll:dev": "cross-env JEKYLL_ENV=development bundle exec jekyll serve --config config/_config.yml,config/_config.dev.yml --watch --livereload -H 0.0.0.0 -P 4000",
    "publish": "gulp publishGem"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pirati-web/jekyll-theme-pirati.git"
  },
  "keywords": [
    "pirati",
    "jekyll",
    "theme"
  ],
  "author": "Česká Pirátská Strana",
  "contributors": [
    {
      "name": "Jitka Novotná",
      "email": "jitka@ucw.cz"
    },
    {
      "name": "Filip Vařecha",
      "email": "filip.varecha@pirati.cz"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pirati-web/jekyll-theme-pirati/issues"
  },
  "homepage": "https://github.com/pirati-web/jekyll-theme-pirati#readme",
  "devDependencies": {
    "autoprefixer": "^8.6.2",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "concurrently": "^3.5.1",
    "copy-webpack-plugin": "^4.5.1",
    "cross-env": "^5.1.6",
    "css-loader": "^0.28.11",
    "del": "^3.0.0",
    "eslint": "^4.19.1",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "file-loader": "^1.1.11",
    "gulp": "^4.0.0",
    "gulp-replace": "^1.0.0",
    "gulp-run": "^1.7.1",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.4.0",
    "modularscale-sass": "^3.0.5",
    "node-sass": "^4.9.0",
    "postcss-loader": "^2.1.5",
    "resolve-url-loader": "^2.3.0",
    "sass-loader": "^7.0.3",
    "style-loader": "^0.21.0",
    "uglify-es": "^3.3.9",
    "uglify-js": "^3.4.0",
    "url-loader": "^1.0.1",
    "vue-devtools": "^4.1.4",
    "vue-loader": "^15.2.4",
    "vue-template-compiler": "^2.5.16",
    "webpack": "^4.12.0",
    "webpack-cli": "^3.0.3",
    "webpack-dashboard": "^2.0.0",
    "webpack-dev-server": "^3.1.4"
  },
  "dependencies": {
    "foundation-sites": "^6.2.3",
    "jquery": "^3.3.1",
    "leaflet.markercluster": "^1.3.0",
    "polylabel": "^1.0.2",
    "smoothscroll-polyfill": "^0.4.3",
    "throttle-debounce": "^2.0.0",
    "v-autocomplete": "^1.8.2",
    "vue": "^2.5.16",
    "vue-googlemaps": "^0.1.1",
    "vue-resource": "^1.5.1",
    "vue2-leaflet": "^1.0.2"
  }
}
