{
  "name":"{{ bundle.namespace|replace({'\\':'-'})|lower }}",
  "version": "1.0.0",
  "scripts": {
    "start": "gulp startLocal --continueAfterTestError --speedupLocalDev",
    "startOptimized": "gulp startOptimized",
    "test": "gulp test",
    "build": "gulp buildOptimized",
    "testAndBuild": "gulp testAndBuildOptimized"
  },
  "author": "Kunstmaan",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.3.1",
    "@babel/register": "^7.0.0",
    "@kunstmaan/eslint-config": "^1.1.0",
    "@kunstmaan/stylelint-config": "^1.1.1",
    "autoprefixer": "^6.7.6",
    "babel-loader": "^8.0.5",
    "bootstrap.native": "^2.0.11",
    "browser-sync": "^2.18.8",
    "chalk": "^1.1.3",
    "clipboard": "^1.7.1",
    "cssnano": "^3.10.0",
    "del": "^2.2.2",
    {% if demosite %}
    "exports-loader": "^0.7.0",
    {% endif %}


    "gulp": "^4.0.0",
    "gulp-autoprefixer": "^3.1.1",
    "gulp-cached": "^1.1.1",
    "gulp-changed": "^3.2.0",
    "gulp-eslint": "^4.0.0",
    "gulp-if": "^2.0.2",
    "gulp-imagemin": "^4.1.0",
    "gulp-inject": "^4.2.0",
    "gulp-livingcss": "^2.1.0",
    "gulp-postcss": "^6.3.0",
    "gulp-sass": "^4.0.0",
    "gulp-sourcemaps": "^2.4.1",
    "html-loader": "^0.5.5",
    "imports-loader": "^0.8.0",
    "jest-cli": "^19.0.2",
    "node-notifier": "^5.0.2",
    "postcss-reporter": "^3.0.0",
    "postcss-scss": "^1.0.6",
    "prismjs": "^1.6.0",
    "stylelint": "^9.6.0",
    "webpack": "^4.29.0",
    "yargs": "^7.0.2"
  },
  "dependencies": {
    "picturefill": "^3.0.3",
    "bootstrap-sass": "^3.3.7",
    "svgxuse": "^1.2.6",
    "gsap": "^1.19.1"{% if demosite %},
    "ramda": "^0.23.0",
    "cargobay": "Kunstmaan/cargobay#0.8.6-support",
    "jquery": "^3.1.1",
    "velocity-animate": "1.2.3"{% endif %}
  }
}
