{
  "name": "instaparty-frontend",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev -p 3000",
    "build": "next build",
    "start": "node server.js",
    "lint": "next lint",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:a11y": "playwright test tests/e2e/a11y.spec.ts"
  },
  "dependencies": {
    "@hookform/resolvers": "3.9.1",
    "@radix-ui/react-accordion": "1.2.1",
    "@radix-ui/react-dialog": "1.1.2",
    "@radix-ui/react-popover": "1.1.2",
    "@radix-ui/react-slot": "1.1.1",
    "@radix-ui/react-tabs": "1.1.1",
    "@radix-ui/react-toast": "^1.2.15",
    "@tanstack/react-query": "5.62.0",
    "axios": "^1.16.1",
    "class-variance-authority": "0.7.1",
    "clsx": "2.1.1",
    "date-fns": "4.1.0",
    "date-fns-tz": "3.2.0",
    "firebase": "11.0.2",
    "lucide-react": "0.456.0",
    "next": "^15.5.18",
    "next-intl": "3.26.0",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "react-hook-form": "7.54.0",
    "tailwind-merge": "2.5.5",
    "zod": "3.23.8",
    "zustand": "5.0.2"
  },
  "devDependencies": {
    "@axe-core/playwright": "4.10.1",
    "@playwright/test": "^1.60.0",
    "@tailwindcss/postcss": "4.0.0-beta.3",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "22.10.1",
    "@types/react": "19.0.0",
    "@types/react-dom": "19.0.0",
    "@vitejs/plugin-react": "4.3.4",
    "autoprefixer": "10.4.20",
    "eslint": "9.16.0",
    "eslint-config-next": "15.0.3",
    "jsdom": "25.0.1",
    "postcss": "8.4.49",
    "tailwindcss": "4.0.0-beta.3",
    "typescript": "5.7.2",
    "vitest": "^2.1.9"
  }
}
