{
  "name": "variation-hub",
  "version": "1.0.0",
  "type": "module",
  "description": "Professional WooCommerce variation management with Excel-like spreadsheet interface",
  "private": true,
  "author": "Bakonyi Péter <support@bytebays.com>",
  "homepage": "https://bytebays.com/variation-hub",
  "license": "GPL-3.0-or-later",
  "scripts": {
    "dev": "NODE_OPTIONS='--dns-result-order=ipv4first' vite --host",
    "build": "vite build && npm run build:clean",
    "build:clean": "node scripts/remove-cdn-links.cjs",
    "preview": "vite preview",
    "lint": "eslint assets/src --ext .ts,.tsx",
    "lint:fix": "eslint assets/src --ext .ts,.tsx --fix",
    "format": "prettier --write \"assets/src/**/*.{ts,tsx,css}\"",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@tanstack/react-query": "^5.51.1",
    "@tanstack/react-query-devtools": "^5.51.1",
    "ag-grid-community": "^31.3.4",
    "ag-grid-react": "^31.3.4",
    "axios": "^1.7.2",
    "i18next": "^23.11.5",
    "lucide-react": "^0.408.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-hot-toast": "^2.6.0",
    "react-i18next": "^14.1.2"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^7.16.0",
    "@typescript-eslint/parser": "^7.16.0",
    "@vitejs/plugin-react": "^4.3.1",
    "autoprefixer": "^10.4.19",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.34.3",
    "eslint-plugin-react-hooks": "^4.6.2",
    "postcss": "^8.4.39",
    "prettier": "^3.3.2",
    "tailwindcss": "^3.4.4",
    "typescript": "^5.5.3",
    "vite": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  }
}
