{
  "private": true,
  "name": "lazy-load-for-videos",
  "version": "2.1.2",
  "description": "Lazy Load for Videos by [Kevin Weber](https://www.kweber.com)",
  "scripts": {
    "production": "NODE_ENV=production BABEL_ENV=production npm run production:webpack",
    "production:webpack": "NODE_ENV=production webpack --config ./webpack.config.js",
    "development": "NODE_ENV=development webpack --progress --config ./webpack.config.js",
    "test": "jest",
    "watch:test": "npm run test --watch",
    "watch": "npm run development --watch"
  },
  "repository": "git+https://github.com/kevinweber/lazy-load-for-videos.git",
  "keywords": [
    "wordpress",
    "youtube",
    "vimeo",
    "performance",
    "admin",
    "plugin",
    "content",
    "video",
    "page",
    "mobile",
    "lazy load",
    "gutenberg"
  ],
  "author": "Kevin Weber",
  "license": "gpl-3",
  "bugs": {
    "url": "https://github.com/kevinweber/lazy-load-for-videos/issues"
  },
  "homepage": "https://github.com/kevinweber/lazy-load-for-videos#readme",
  "devDependencies": {
    "@babel/core": "^7.17.5",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@types/classnames": "^2.3.1",
    "@types/wordpress__block-library": "^2.6.1",
    "@types/wordpress__blocks": "^11.0.7",
    "@types/wordpress__compose": "^4.0.1",
    "@types/wordpress__data": "^6.0.1",
    "@types/wordpress__hooks": "^2.11.0",
    "@typescript-eslint/eslint-plugin": "^5.12.1",
    "@typescript-eslint/parser": "^5.12.1",
    "@wordpress/dependency-extraction-webpack-plugin": "^4.1.0",
    "autoprefixer": "^10.4.2",
    "babel-loader": "^8.2.3",
    "css-loader": "^6.6.0",
    "eslint": "^8.10.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-webpack-plugin": "^3.1.1",
    "file-loader": "^6.2.0",
    "jest": "^29.7.0",
    "mini-css-extract-plugin": "^2.5.3",
    "postcss": "^8.4.7",
    "postcss-loader": "^6.2.1",
    "sass": "^1.99.0",
    "sass-loader": "latest",
    "terser-webpack-plugin": "^5.3.1",
    "ts-loader": "^9.2.6",
    "typescript": "^4.5.5",
    "webpack": "^5.69.1",
    "webpack-cli": "^4.9.2"
  },
  "dependencies": {
    "@wordpress/block-library": "^7.15.0",
    "classnames": "^2.3.1",
    "react": "^17.0.2"
  }
}
