{
  "name": "viraly-wp-plugin",
  "private": true,
  "version": "6.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite build --watch",
    "build": "tsc --noEmit && vite build && vite build --config vite.config.editor.ts",
    "build:quick": "vite build && vite build --config vite.config.editor.ts",
    "build:admin": "vite build",
    "build:editor": "vite build --config vite.config.editor.ts",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@heroicons/react": "^2.1.1",
    "@tanstack/react-query": "^5.59.15",
    "clsx": "^2.1.0",
    "cropperjs": "^1.6.2",
    "lucide-react": "^0.462.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.50.1",
    "react-toastify": "^10.0.4",
    "recharts": "^3.8.1"
  },
  "devDependencies": {
    "@tailwindcss/forms": "^0.5.7",
    "@types/react": "^18.2.55",
    "@types/react-dom": "^18.2.19",
    "@types/wordpress__components": "^23.0.12",
    "@types/wordpress__data": "^6.0.2",
    "@types/wordpress__edit-post": "^8.4.2",
    "@types/wordpress__element": "^2.4.1",
    "@types/wordpress__plugins": "^3.0.3",
    "@vitejs/plugin-react": "^4.2.1",
    "@wordpress/components": "^32.5.0",
    "@wordpress/data": "^10.43.0",
    "@wordpress/edit-post": "^8.43.0",
    "@wordpress/element": "^6.43.0",
    "@wordpress/plugins": "^7.43.0",
    "autoprefixer": "^10.4.17",
    "postcss": "^8.4.35",
    "tailwindcss": "^3.4.1",
    "typescript": "^5.2.2",
    "vite": "^5.1.0"
  }
}
