{
  "name": "prestashop-starter-theme-dev-tools",
  "version": "0.0.1",
  "description": "Tools to help while developing the starter theme",
  "main": "index.js",
  "scripts": {
    "build": "NODE_ENV=production webpack --progress --colors --debug --display-chunks",
    "builddev": "NODE_ENV=dev webpack --progress --colors --debug --display-chunks",
    "watch": "webpack --progress --colors --debug --display-chunks --watch",
    "scss-lint": "stylelint \"**/*.scss\" --formatter verbose",
    "scss-fix": "stylelint \"**/*.scss\" --fix",
    "lint": "eslint -c .eslintrc.js --ext .js,.vue ./js",
    "lint-fix": "eslint -c .eslintrc.js --ext .js,.vue ./js --fix"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "autoprefixer": "^6.7.7",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.2.3",
    "bootstrap": "4.2.1",
    "bootstrap-touchspin": "^3.1.1",
    "bourbon": "^4.2.6",
    "easyzoom": "^2.5.0",
    "css-loader": "^5.2.5",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prestashop": "0.1.0",
    "eslint-import-resolver-webpack": "^0.12.1",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-import": "^2.20.0",
    "expose-loader": "^0.7.5",
    "file-loader": "^6.2.0",
    "flexibility": "^1.0.5",
    "jquery": "^3.5.1",
    "manrope": "^2.0.0",
    "mini-css-extract-plugin": "^1.6.0",
    "node-sass": "^5.0.0",
    "popper.js": "^1.14.3",
    "postcss-flexibility": "^1.0.2",
    "postcss-loader": "^3.0.0",
    "sass-loader": "^12.1.0",
    "style-loader": "^0.13.0",
    "stylelint": "^12.0.0",
    "stylelint-config-prestashop": "^1.0.5",
    "tether": "^1.1.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "throttle-debounce": "^1.0.1",
    "velocity-animate": "^1.2.3",
    "waypoints": "^4.0.1",
    "webpack": "^5.36.2",
    "webpack-cli": "^3.3.10",
    "webpack-sources": "^0.1.0"
  },
  "dependencies": {
    "imagesloaded": "^4.1.4",
    "masonry-layout": "^4.2.2",
    "vanilla-lazyload": "^17.3.0"
  }
}
