{
  "name": "prorank-seo",
  "version": "1.2.3",
  "description": "ProRank SEO Free WordPress plugin",
  "author": "ProRank <support@prorank.io>",
  "license": "GPL-2.0-or-later",
  "homepage": "https://prorank.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/prorank/prorank-seo.git"
  },
  "engines": {
    "node": ">=24.0.0 <25",
    "npm": ">=10.0.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build && node tools/generate-asset-php.js",
    "build:prod": "NODE_ENV=production vite build && node tools/generate-asset-php.js",
    "preview": "vite preview",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@heroicons/react": "^2.2.0",
    "@tanstack/react-query": "^5.81.5",
    "@wordpress/api-fetch": "^7.9.0",
    "@wordpress/components": "^28.9.0",
    "@wordpress/data": "^10.9.0",
    "@wordpress/element": "^6.9.0",
    "@wordpress/hooks": "^4.9.0",
    "@wordpress/i18n": "^5.9.0",
    "@wordpress/icons": "^10.9.0",
    "chart.js": "^4.5.0",
    "chartjs-adapter-date-fns": "^3.0.0",
    "clsx": "^2.1.1",
    "d3": "^7.9.0",
    "date-fns": "^4.1.0",
    "dompurify": "^3.3.0",
    "focus-trap-react": "^10.3.1",
    "framer-motion": "^11.17.0",
    "fuse.js": "^7.1.0",
    "lodash": "^4.17.21",
    "lucide-react": "^0.294.0",
    "react": "^19.2.0",
    "react-chartjs-2": "^5.3.0",
    "react-dom": "^19.2.0",
    "react-helmet-async": "^2.0.5",
    "react-hook-form": "^7.59.0",
    "recharts": "^2.15.4",
    "web-vitals": "^4.2.4",
    "zod": "^3.25.67",
    "zustand": "^4.5.7"
  },
  "devDependencies": {
    "@kucrut/vite-for-wp": "^0.12.0",
    "@tailwindcss/vite": "^4.1.18",
    "@types/dompurify": "^3.0.5",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "@types/wordpress__api-fetch": "^3.23.1",
    "@types/wordpress__components": "^23.0.7",
    "@types/wordpress__data": "^6.0.2",
    "@types/wordpress__element": "^2.4.1",
    "@types/wordpress__hooks": "*",
    "@types/wordpress__i18n": "^3.11.0",
    "@typescript-eslint/eslint-plugin": "^6.16.0",
    "@typescript-eslint/parser": "^6.16.0",
    "@vitejs/plugin-react": "^4.2.1",
    "@wordpress/eslint-plugin": "^17.4.0",
    "eslint": "^8.56.0",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "tailwindcss": "^4.1.18",
    "typescript": "^5.3.3",
    "vite": "^7.3.1"
  },
  "browserslist": [
    "extends @wordpress/browserslist-config"
  ]
}
