{
  "name": "wickes-css2",
  "version": "2.107.0-IC-1354-minimum-order-fix.1",
  "description": "CSS and JS and page templates in use by Wickes",
  "main": "index.js",
  "scripts": {
    "lint:fix": "sass-lint-auto-fix",
    "build": "gulp build",
    "prepare": "husky install",
    "setup:husky": "yarn prepare && npx husky add .husky/pre-commit \"yarn lint-staged\" && git add .husky/pre-commit"
  },
  "lint-staged": {
    "src/js/**/*.js": [
      "eslint --fix",
      "prettier --write"
    ],
    "src/scss/**/*.{scss,css}": [
      "sass-lint-auto-fix",
      "prettier --write",
      "sass-lint -c .sasslintrc --"
    ]
  },
  "keywords": [
    "css",
    "wickes"
  ],
  "author": "Wickes Building Suppplies Ltd",
  "license": "All Rights Reserved",
  "devDependencies": {
    "@babel/core": "^7.14.0",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/preset-env": "^7.14.1",
    "@fortawesome/fontawesome-pro": "^5.15.1",
    "@fullhuman/postcss-purgecss": "4.0.3",
    "@semantic-release/gitlab": "9.5.1",
    "babelify": "^10.0.0",
    "browser-sync": "^2.26.12",
    "chai": "4.2.0",
    "css": "^3.0.0",
    "dotenv": "^8.2.0",
    "eslint": "^8.28.0",
    "fs-extra": "^10.1.0",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^7.0.1",
    "gulp-babel": "^8.0.0",
    "gulp-clean": "^0.4.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-cli": "^2.3.0",
    "gulp-compile-handlebars": "^0.6.1",
    "gulp-concat": "^2.6.1",
    "gulp-cssnano": "^2.1.3",
    "gulp-htmlmin": "^5.0.1",
    "gulp-json-concat": "^0.2.0",
    "gulp-json-refs": "^0.1.1",
    "gulp-livereload": "^3.8.1",
    "gulp-purgecss": "4.0.3",
    "gulp-sass": "^4.0.0",
    "gulp-sass-lint": "^1.4.0",
    "gulp-sitemap": "^5.1.0",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-uglify": "^3.0.2",
    "gulp-watch": "^5.0.0",
    "handlebars-layouts": "^3.1.4",
    "husky": "8.0.3",
    "lint-staged": "13.2.3",
    "mocha": "^6.2.2",
    "node-sass": "^4.0.0",
    "postcss": "^8.4.16",
    "postcss-combine-duplicated-selectors": "^10.0.3",
    "postcss-combine-media-query": "^1.0.1",
    "prettier": "^3.7.4",
    "pug": "2.0.4",
    "sass": "^1.54.9",
    "sass-lint": "^1.13.1",
    "sass-lint-auto-fix": "^0.21.2",
    "semantic-release": "19.0.2",
    "through2": "^4.0.2",
    "vinyl-source-stream": "^2.0.0"
  },
  "dependencies": {
    "@zeitiger/elevatezoom": "^2.5.4",
    "bootstrap": "4.0.0",
    "browserify": "^17.0.0",
    "caniuse-lite": "^1.0.30001517",
    "clamp-js-main": "^0.11.6",
    "corejs-typeahead": "^1.3.3",
    "cssjson": "^2.1.3",
    "ember": "^1.0.3",
    "eq": "^0.1.0",
    "es6-promise": "^4.2.8",
    "generate": "^0.14.0",
    "gulp-if": "^3.0.0",
    "gulp-merge-json": "^2.1.1",
    "gulp-rename": "^2.0.0",
    "handlebars-helpers": "0.10.0",
    "hbsfy": "^2.8.1",
    "helper": "0.0.13",
    "highlight.js": "9.13.0",
    "jquery": "^3.5.1",
    "jquery.scrollbar": "^0.2.11",
    "js-cookie": "^3.0.1",
    "node-gyp": "^8.0.0",
    "popper.js": "^1.12.9",
    "rebuild": "^0.1.2",
    "simplebar": "^6.2.5",
    "skeleton-screen-css": "^1.1.0",
    "swiper": "^4.1.6",
    "underscore": "^1.13.6",
    "uniqid": "^5.4.0",
    "vinyl-buffer": "^1.0.1",
    "waypoints": "^4.0.1",
    "yargs": "^17.7.2"
  },
  "files": [
    "build/css",
    "build/js",
    "build/img",
    "src/"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/wickesit/cloudshop/cloudshop/html-prototype.git"
  },
  "release": {
    "branches": [
      "alt-master",
      {
        "name": "develop",
        "prerelease": true
      },
      {
        "name": "custom-tag/*",
        "prerelease": "${name.replace(/^custom-tag\\//g, '')}"
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/gitlab",
        {
          "gitlabUrl": "https://gitlab.com",
          "successComment": false
        }
      ]
    ]
  }
}