{
  "name": "swift-commerce",
  "version": "1.5.0",
  "description": "Swift Commerce - WooCommerce Addon Dashboard",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite",
    "check:assets": "node scripts/check-assets.js",
    "check:email-verification": "node scripts/check-email-verification.js",
    "check:back-in-stock": "node scripts/check-back-in-stock.js",
    "check:ajax-search": "node scripts/check-ajax-search.js",
    "check:added-to-cart-popup": "node scripts/check-added-to-cart-popup.js",
    "check:currency-switcher": "node scripts/check-currency-switcher.js",
    "check:cookie-consent": "node scripts/check-cookie-consent.js",
    "check:product-addons": "node scripts/check-product-addons.js",
    "check:product-bundles": "node scripts/check-product-bundles.js",
    "check:wishlist": "node scripts/check-wishlist.js",
    "check:subscriptions": "node scripts/check-subscriptions.js",
    "check:blocks": "node scripts/check-blocks.js",
    "build": "npm run check:assets && npm run check:email-verification && npm run check:back-in-stock && npm run check:ajax-search && npm run check:added-to-cart-popup && npm run check:currency-switcher && npm run check:cookie-consent && npm run check:product-addons && npm run check:product-bundles && npm run check:wishlist && npm run check:subscriptions && npm run check:blocks && tsc -b && vite build && node scripts/generate-asset-php.js",
    "preview": "vite preview",
    "lint": "eslint .",
    "wp-build": "npm run check:assets && npm run check:blocks && vite build --mode production && node scripts/generate-asset-php.js"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@radix-ui/react-accordion": "^1.2.12",
    "@radix-ui/react-alert-dialog": "^1.1.15",
    "@radix-ui/react-avatar": "^1.1.2",
    "@radix-ui/react-checkbox": "^1.1.3",
    "@radix-ui/react-collapsible": "^1.1.2",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-dropdown-menu": "^2.1.4",
    "@radix-ui/react-icons": "^1.3.2",
    "@radix-ui/react-label": "^2.1.1",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-progress": "^1.1.8",
    "@radix-ui/react-radio-group": "^1.2.2",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-select": "^2.1.4",
    "@radix-ui/react-separator": "^1.1.1",
    "@radix-ui/react-slider": "^1.2.2",
    "@radix-ui/react-slot": "^1.2.4",
    "@radix-ui/react-switch": "^1.1.2",
    "@radix-ui/react-tabs": "^1.1.2",
    "@radix-ui/react-tooltip": "^1.1.6",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "lucide-react": "^0.468.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "recharts": "^2.15.4",
    "sonner": "^2.0.7",
    "tailwind-merge": "^2.6.0",
    "tailwindcss-animate": "^1.0.7"
  },
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "@types/node": "^22.10.1",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@vitejs/plugin-react": "^4.3.4",
    "autoprefixer": "^10.4.20",
    "eslint": "^9.15.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.14",
    "globals": "^15.12.0",
    "postcss": "^8.4.49",
    "tailwindcss": "^3.4.16",
    "typescript": "~5.6.2",
    "typescript-eslint": "^8.15.0",
    "vite": "^6.0.1"
  }
}
