{
  "name": "webtheme",
  "private": true,
  "version": "8.6.0",
  "description": "Vartheme bootstrap 4 sub theme implementation",
  "main": "index.js",
  "license": "GPL-2.0",
  "engines": {
    "yarn": ">= 1.6",
    "node": ">= 8.10"
  },
  "keywords": [
    "SASS",
    "Bootstrap",
    "Drupal",
    "Varbase"
  ],
  "author": "Vardot",
  "scripts": {
    "theme:init": "gulp",
    "theme:build": "gulp compile",
    "theme:watch": "gulp watch",
    "lint:core-js": "node ./node_modules/eslint/bin/eslint.js .",
    "lint:css": "stylelint \"./css/**/*.css\"",
    "lint:css-checkstyle": "stylelint \"./css/**/*.css\" --custom-formatter ./node_modules/stylelint-checkstyle-formatter/index.js",
    "prettier": "prettier --write \"./js/**/*.es6.js\""
  },
  "dependencies": {
    "bootstrap": "^4.5.0",
    "jquery": "^3.5.1",
    "popper.js": "^1.14.3"
  },
  "devDependencies": {
    "browser-sync": "^2.24.7",
    "del": "^3.0.0",
    "gulp": "^4.0.0",
    "gulp-sass": "^4.0.1",
    "gulp-csscomb": "^3.1.0",
    "gulp-autoprefixer": "^4.1.0",
    "gulp-scss-lint": "^1.0.0",
    "gulp-clean-css": "3.9.4",
    "gulp-concat": "^2.6.1",
    "gulp-html-replace": "^1.6.2",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-postcss": "^8.0.0",
    "gulp-uglify": "^3.0.0",
    "gulp-filter": "^5.0.0",
    "merge-stream": "^1.0.1",
    "autoprefixer": "^9.6.1",
    "babel-core": "^6.26.0",
    "babel-plugin-add-header-comment": "^1.0.3",
    "babel-preset-env": "^1.4.0",
    "chalk": "^2.3.0",
    "chokidar": "^2.0.0",
    "chromedriver": "^75.1.0",
    "cross-env": "^5.1.3",
    "dotenv-safe": "^5.0.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^17.0.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-prettier": "^2.6.2",
    "eslint-plugin-react": "^7.10.0",
    "glob": "^7.1.2",
    "minimist": "^1.2.2",
    "mkdirp": "^0.5.1",
    "nightwatch": "^1.2.1",
    "postcss": "^7.0.18",
    "postcss-calc": "^7.0.1",
    "postcss-custom-properties": "^9.0.2",
    "postcss-header": "^1.0.0",
    "postcss-import": "^12.0.1",
    "prettier": "^1.14.0",
    "stylelint": "^9.10.1",
    "stylelint-checkstyle-formatter": "^0.1.1",
    "stylelint-config-standard": "^18.2.0",
    "stylelint-no-browser-hacks": "^1.2.1",
    "stylelint-order": "^2.1.0"
  },
  "//": "'development is the default environment, and legacy is for transpiling the old jQuery codebase",
  "babel": {
    "env": {
      "development": {
        "presets": [
          [
            "env",
            {
              "modules": "commonjs",
              "targets": {
                "node": "current"
              }
            }
          ]
        ]
      },
      "legacy": {
        "presets": [
          [
            "env",
            {
              "modules": false
            }
          ]
        ]
      }
    }
  }
}
