{
  "name": "app",
  "private": true,
  "type": "module",
  "version": "0.0.1",
  "packageManager": "pnpm@10.28.2",
  "scripts": {
    "generate-routes": "tsr generate",
    "watch-routes": "tsr watch",
    "vite": "vite",
    "vite:dev": "vite --mode dev",
    "vite:sandbox": "vite --mode sandbox",
    "dev": "npm-run-all --parallel watch-routes vite:dev",
    "dev:sandbox": "npm-run-all --parallel watch-routes vite:sandbox",
    "build": "pnpm run generate-routes && vite build --mode dev && tsc",
    "build:sandbox": "pnpm run generate-routes && vite build --mode sandbox && tsc",
    "serve": "vite preview",
    "openapi-ts:dev": "MODE=dev openapi-ts",
    "openapi-ts:sandbox": "MODE=sandbox openapi-ts"
  },
  "dependencies": {
    "@hey-api/openapi-ts": "^0.92.3",
    "@hookform/resolvers": "^5.2.2",
    "@radix-ui/react-label": "^2.1.8",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-separator": "^1.1.8",
    "@radix-ui/react-slot": "^1.2.4",
    "@tanstack/react-query": "^5.90.20",
    "@tanstack/react-router": "^1.158.1",
    "@tanstack/router-plugin": "^1.158.1",
    "axios": "^1.13.4",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "dotenv": "^17.2.4",
    "i18next": "^25.8.4",
    "jotai": "^2.17.1",
    "lucide-react": "^0.563.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-hook-form": "^7.71.1",
    "react-i18next": "^16.5.4",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.4.0",
    "tailwindcss-animate": "^1.0.7",
    "tw-animate-css": "^1.4.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.18",
    "@tailwindcss/vite": "^4.1.18",
    "@tanstack/router-cli": "^1.158.1",
    "@types/node": "^25.2.1",
    "@types/react": "^19.2.13",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.1.3",
    "babel-plugin-react-compiler": "^1.0.0",
    "npm-run-all": "^4.1.5",
    "tailwindcss": "^4.1.18",
    "typescript": "^5.9.3",
    "vite": "^7.3.1"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  }
}
