{
  "name": "vartheme_bs4",
  "private": true,
  "description": "Vartheme bootstrap 4 implementation",
  "license": "GPL-2.0",
  "main": "gulpfile.js",
  "engines": {
    "yarn": ">= 1.6",
    "node": ">= 16.0"
  },
  "keywords": [
    "SASS",
    "Bootstrap",
    "Drupal",
    "Varbase"
  ],
  "author": "Vardot",
  "scripts": {
    "theme:create-sub-theme": "bash ./scripts/create-new-vartheme-bs4.sh",
    "theme:init": "gulp",
    "theme:build": "gulp compile",
    "theme:watch": "gulp watch",
    "phpcs": "phpcs --standard=./.phpcs.xml .",
    "phpcbf": "phpcbf --standard=./.phpcs.xml .",
    "lint:yaml": "node ./node_modules/eslint/bin/eslint.js --config=.eslintrc.json --ext .yml .",
    "lint:js": "node ./node_modules/eslint/bin/eslint.js --config=.eslintrc.json .",
    "lint:css": "npx stylelint --config=.stylelintrc.json ."
  },
  "dependencies": {
    "bootstrap": "~4",
    "jquery": "~3",
    "popper.js": "~1",
    "rfs": "~9",
    "@fortawesome/fontawesome-free": "~5",
    "bootstrap-borders-utilities": "~1"
  },
  "devDependencies": {
    "autoprefixer": "~9",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.7.7",
    "browser-sync": "~2",
    "chalk": "^4.1.0",
    "chokidar": "^3.3.1",
    "chromedriver": "^107",
    "cross-env": "^7.0.2",
    "del": "~3",
    "dotenv-safe": "^8.2.0",
    "eslint": "^8.9.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.4.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jquery": "^1.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-yml": "~1",
    "farbtastic": "https://github.com/mattfarina/farbtastic/archive/1.3u.tar.gz",
    "glob": "^7.1.2",
    "glob-watcher": "~5",
    "joyride": "https://github.com/zurb/joyride/archive/refs/heads/v2.1.tar.gz",
    "sass": "~1",
    "gulp": "~4",
    "gulp-autoprefixer": "~8",
    "gulp-clean-css": "~4",
    "gulp-concat": "~2",
    "gulp-csscomb": "~3",
    "gulp-filter": "~7",
    "gulp-html-replace": "~1",
    "gulp-postcss": "~8",
    "gulp-rename": "~2",
    "gulp-sass": "~5",
    "gulp-scss-lint": "~1",
    "gulp-sourcemaps": "~3",
    "gulp-uglify": "~3",
    "gulp-rtlcss": "~2",
    "merge-stream": "~2",
    "minimatch": "~5",
    "minimist": "^1.2.2",
    "mkdirp": "^1.0.4",
    "postcss": "^7.0.18",
    "postcss-calc": "^7.0.1",
    "postcss-header": "^2.0.0",
    "postcss-import": "^12.0.1",
    "postcss-preset-env": "^6.7.0",
    "postcss-pxtorem": "^5.1.1",
    "postcss-url": "^8.0.0",
    "prettier": "^2.1.2",
    "raw-loader": "^4.0.2",
    "shepherd.js": "9.1.x",
    "sortablejs": "1.15.x",
    "stylelint": "^14.0.1",
    "stylelint-checkstyle-formatter": "^0.1.2",
    "stylelint-config-standard": "^23.0.0",
    "stylelint-order": "^5.0.0",
    "tabbable": "5.3.x",
    "terser": "^5.14.2",
    "terser-webpack-plugin": "^5.3.3",
    "underscore": "1.13.x",
    "webpack": "^5.51.1",
    "webpack-cli": "^4.4.0"
  },
  "//": "'development is the default environment, and legacy is for transpiling the old jQuery codebase",
  "babel": {
    "env": {
      "development": {
        "presets": [
          [
            "@babel/preset-env",
            {
              "modules": "commonjs",
              "targets": {
                "node": "current"
              }
            }
          ]
        ]
      },
      "legacy": {
        "presets": [
          [
            "@babel/preset-env",
            {
              "modules": false
            }
          ]
        ]
      }
    }
  },
  "browserslist": [
    "last 2 Chrome major versions",
    "last 2 Firefox major versions",
    "last 2 Safari major versions",
    "last 2 Edge major versions",
    "last 2 Opera versions",
    "last 2 iOS major versions",
    "last 1 Explorer major version",
    "last 1 ChromeAndroid version",
    "last 1 UCAndroid version",
    "last 1 Samsung version",
    "Firefox ESR"
  ]
}
