{
    "name": "wpbean-quantity-controls-for-woocommerce",
    "version": "1.0.0",
    "description": "Add modern plus and minus quantity buttons to your WooCommerce product and cart pages. Fully customizable, lightweight, and works with any theme.",
    "author": "WPBean",
    "license": "GPL-2.0-or-later",
    "main": "build/index.js",
    "scripts": {
        "build": "wp-scripts build",
        "format": "wp-scripts format",
        "lint:css": "wp-scripts lint-style",
        "lint:js": "wp-scripts lint-js",
        "packages-update": "wp-scripts packages-update",
        "plugin-zip": "wp-scripts plugin-zip",
        "start": "wp-scripts start"
    },
    "files": [
        "includes",
        "languages",
        "vendor",
        "wpbean-quantity-controls-for-woocommerce.php",
        "readme.txt"
    ],
    "devDependencies": {
        "@wordpress/scripts": "^30.6.0",
        "autoprefixer": "^10.4.21",
        "postcss": "^8.5.6",
        "postcss-prefix-selector": "^2.1.1",
        "sass": "^1.91.0",
        "tailwindcss": "^3.4.0"
    },
    "dependencies": {
        "@radix-ui/react-popover": "^1.1.15",
        "@radix-ui/react-select": "^2.2.6",
        "@radix-ui/react-slider": "^1.3.6",
        "@radix-ui/react-switch": "^1.2.6",
        "@radix-ui/react-toggle-group": "^1.1.11",
        "@radix-ui/react-tooltip": "^1.2.8",
        "@wordpress/components": "^28.13.0",
        "lucide-react": "^0.542.0",
        "react-color": "^2.19.3",
        "react-colorful": "^5.6.1",
        "react-select": "^5.10.2"
    }
}
