{
  "name": "buckydrop",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "wp-scripts build --webpack-src-dir=ui",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "format": "wp-scripts format",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:md:docs": "wp-scripts lint-md-docs",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "start": "wp-scripts start",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js"
  },
  "private": true,
  "dependencies": {
    "@hcaptcha/react-hcaptcha": "1.8.1",
    "@wordpress/components": "25.3.0",
    "@wordpress/element": "5.14.0",
    "@wordpress/i18n": "4.37.0",
    "axios": "1.4.0",
    "clsx": "2.0.0",
    "formik": "2.4.2",
    "jsencrypt": "3.3.2",
    "qs": "6.11.2",
    "react-hot-toast": "2.4.1",
    "yup": "1.2.0"
  },
  "devDependencies": {
    "@types/node": "20.8.9",
    "@wordpress/browserslist-config": "5.20.0",
    "@wordpress/scripts": "26.8.0"
  },
  "files": [
    "assets",
    "build",
    "includes",
    "languages",
    "buckydrop.php",
    "uninstall.php"
  ]
}
