{
  "name": "frontend",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "cross-env __PRO__=0 vite --host 0.0.0.0 --port 5173 --strictPort",
    "build": "tsc -b && vite build",
    "release": "bash ../scripts/build-release.sh",
    "lint": "eslint .",
    "preview": "vite preview",
    "test:unit": "vitest run",
    "test:unit:watch": "vitest",
    "cy:open:ct": "cypress open --component",
    "cy:run:ct": "cypress run --component",
    "cy:open:e2e": "cypress open --e2e",
    "cy:run:e2e": "cypress run --e2e"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^2.9.0",
    "@types/react-redux": "^7.1.34",
    "clsx": "^2.1.1",
    "lodash.throttle": "^4.1.1",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "react-redux": "^9.2.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.36.0",
    "@testing-library/cypress": "^10.1.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/lodash.throttle": "^4.1.9",
    "@types/node": "^24.7.2",
    "@types/react": "^19.1.16",
    "@types/react-dom": "^19.1.9",
    "@vitejs/plugin-react": "^5.0.4",
    "@vitest/ui": "^3.2.4",
    "cross-env": "^10.1.0",
    "cypress": "^15.4.0",
    "eslint": "^9.36.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.22",
    "globals": "^16.4.0",
    "jsdom": "^27.0.0",
    "sass": "^1.93.2",
    "typescript": "~5.9.3",
    "typescript-eslint": "^8.45.0",
    "vite": "^7.1.9",
    "vitest": "^3.2.4"
  }
}