{
  "name": "utubevideo-gallery",
  "version": "2.0.11",
  "description": "A YouTube and Vimeo video gallery plugin for WordPress.",
  "main": "index.js",
  "scripts": {
    "dev": "webpack --mode=development --watch",
    "prod": "webpack --mode=production"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dustinscarberry/utubevideogallery.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dustinscarberry/utubevideogallery/issues"
  },
  "homepage": "https://github.com/dustinscarberry/utubevideogallery#readme",
  "devDependencies": {
    "@babel/cli": "^7.27.2",
    "@babel/core": "^7.27.1",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-react": "^7.27.1",
    "autoprefixer": "^10.4.21",
    "axios": "^1.9.0",
    "babel-loader": "^10.0.0",
    "classnames": "^2.5.1",
    "css-loader": "^7.1.2",
    "css-minimizer-webpack-plugin": "^7.0.2",
    "idempotent-babel-polyfill": "^7.4.4",
    "immutability-helper": "^3.1.1",
    "lodash": "^4.17.21",
    "mini-css-extract-plugin": "^2.9.2",
    "path": "^0.12.7",
    "postcss-loader": "^8.1.1",
    "process": "^0.11.10",
    "prop-types": "^15.8.1",
    "react": "^19.1.0",
    "react-dnd": "^14.0.5",
    "react-dnd-html5-backend": "^14.1.0",
    "react-dom": "^19.1.0",
    "react-markdown": "^10.1.0",
    "sass": "^1.89.0",
    "sass-loader": "^16.0.5",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1"
  },
  "packageManager": "yarn@4.9.1"
}
