{
  "author": {
    "email": "andrew@nystudio107.com",
    "name": "Andrew Welch",
    "url": "https://nystudio107.com"
  },
  "browser": "./src/ImageOptimize.php",
  "browserslist": {
    "legacyBrowsers": [
      "> 1%",
      "last 2 versions",
      "Firefox ESR"
    ],
    "modernBrowsers": [
      "last 2 Chrome versions",
      "not Chrome < 60",
      "last 2 Safari versions",
      "not Safari < 10.1",
      "last 2 iOS versions",
      "not iOS < 10.3",
      "last 2 Firefox versions",
      "not Firefox < 54",
      "last 2 Edge versions",
      "not Edge < 15"
    ],
    "production": [
      "> 1%",
      "last 2 versions",
      "Firefox ESR"
    ]
  },
  "bugs": {
    "email": "andrew@nystudio107.com",
    "url": "https://nystudio107.com"
  },
  "dependencies": {
    "core-js": "^3.0.0",
    "regenerator-runtime": "^0.13.2",
    "tailwindcss": "^2.1.0",
    "vue": "^2.6.0",
    "vue-confetti": "^0.4.2"
  },
  "description": "Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix, with zero template changes.",
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/plugin-proposal-optional-chaining": "^7.12.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-typescript": "^7.12.1",
    "@babel/register": "^7.12.1",
    "@babel/runtime": "^7.12.1",
    "@gfx/zopfli": "^1.0.15",
    "@types/node": "^14.11.10",
    "@types/webpack-env": "^1.15.3",
    "@typescript-eslint/eslint-plugin": "^3.6.1",
    "@typescript-eslint/parser": "^3.6.1",
    "autoprefixer": "^10.0.0",
    "babel-loader": "^8.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "compression-webpack-plugin": "^6.0.0",
    "copy-webpack-plugin": "^6.3.0",
    "create-symlink-webpack-plugin": "^1.0.0",
    "css-loader": "^5.0.0",
    "css-minimizer-webpack-plugin": "^1.1.5",
    "cssnano": "^4.1.0",
    "dotenv": "^6.1.0",
    "eslint": "^7.4.0",
    "eslint-plugin-vue": "^7.2.0",
    "file-loader": "^6.0.0",
    "get-webpack-config": "^1.0.0",
    "glob-all": "^3.1.0",
    "ignore-loader": "^0.1.2",
    "imagemin": "^7.0.0",
    "imagemin-gifsicle": "^7.0.0",
    "imagemin-mozjpeg": "^9.0.0",
    "imagemin-optipng": "^8.0.0",
    "imagemin-svgo": "^8.0.0",
    "imagemin-webp": "^6.0.0",
    "imagemin-webp-webpack-plugin": "^3.3.0",
    "img-loader": "^3.0.0",
    "mini-css-extract-plugin": "^1.2.0",
    "nodemon": "^2.0.6",
    "postcss": "^8.1.0",
    "postcss-hexrgba": "^2.0.0",
    "postcss-import": "^13.0.0",
    "postcss-loader": "^4.1.0",
    "postcss-mixins": "^7.0.0",
    "postcss-nested": "^5.0.0",
    "save-remote-file-webpack-plugin": "^1.0.0",
    "style-loader": "^2.0.0",
    "stylelint": "^13.7.0",
    "stylelint-config-recommended": "^3.0.0",
    "symlink-webpack-plugin": "^0.0.4",
    "terser-webpack-plugin": "^5.0.0",
    "ts-loader": "^8.0.5",
    "tsconfig-paths-webpack-plugin": "^3.3.0",
    "typescript": "latest",
    "typings-for-css-modules-loader": "^1.7.0",
    "vue-loader": "^15.9.5",
    "vue-template-compiler": "^2.6.12",
    "webpack": "^5.3.0",
    "webpack-bundle-analyzer": "^4.2.0",
    "webpack-cli": "^4.1.0",
    "webpack-dev-server": "^v4.0.0-beta.1",
    "webpack-manifest-plugin": "^3.0.0",
    "webpack-merge": "^5.4.0"
  },
  "homepage": "https://nystudio107.com",
  "keywords": [
    "image-optimize",
    "craftcms",
    "craft",
    "cms",
    "plugin"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "name": "imageoptimize",
  "private": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nystudio107/craft-imageoptimize.git"
  },
  "scripts": {
    "build": "webpack --config webpack.prod.js --progress",
    "check-types": "tsc",
    "debug": "nodemon -L",
    "dev": "nodemon -L",
    "lint": "tsc --noEmit && eslint '../../src/**/*.{js,ts,vue}' --fix"
  },
  "version": "1.0.0"
}
