{
  "name": "quickstock",
  "private": true,
  "sideEffects": false,
  "type": "module",
  "scripts": {
    "dev": "npx convex dev --once && concurrently -r npm:dev:web npm:dev:convex",
    "dev:web": "vite dev --host",
    "dev:convex": "npx convex dev",
    "build": "vite build && tsc --noEmit",
    "start": "node .output/server/index.mjs",
    "format": "prettier --write .",
    "lint": "tsc && eslint .  --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
  },
  "dependencies": {
    "@clerk/tanstack-react-start": "^1.0.5",
    "@convex-dev/react-query": "0.1.0",
    "@diceui/tags-input": "^0.7.2",
    "@fontsource-variable/inter": "^5.2.8",
    "@google/genai": "^1.46.0",
    "@hookform/resolvers": "^5.2.2",
    "@tanstack/react-query": "^5.91.2",
    "@tanstack/react-router": "^1.167.5",
    "@tanstack/react-router-devtools": "^1.166.9",
    "@tanstack/react-router-with-query": "^1.130.17",
    "@tanstack/react-start": "^1.166.17",
    "ai": "^6.0.116",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "convex": "^1.33.1",
    "convex-helpers": "^0.1.114",
    "groq-sdk": "^1.1.1",
    "html-to-image": "^1.11.13",
    "html2canvas": "^1.4.1",
    "lucide-react": "^0.577.0",
    "motion": "^12.38.0",
    "nanoid": "^5.1.7",
    "next-themes": "^0.4.6",
    "nitro": "^3.0.260311-beta",
    "radix-ui": "^1.4.3",
    "react": "^19.2.4",
    "react-barcode-scanner": "^4.0.1",
    "react-dom": "^19.2.4",
    "react-hook-form": "^7.71.2",
    "react-phone-number-input": "^3.4.16",
    "react-webcam": "^7.2.0",
    "recharts": "3.8.0",
    "redaxios": "^0.5.1",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.5.0",
    "zod": "^4.3.6",
    "zustand": "^5.0.12"
  },
  "devDependencies": {
    "@convex-dev/eslint-plugin": "^1.2.1",
    "@iconify-json/lucide": "^1.2.98",
    "@iconify-json/material-symbols": "^1.2.63",
    "@iconify/tailwind4": "^1.2.3",
    "@tailwindcss/vite": "^4.2.2",
    "@tanstack/eslint-config": "^0.4.0",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.1",
    "autoprefixer": "^10.4.27",
    "concurrently": "~9.2.1",
    "prettier": "^3.8.1",
    "shadcn": "^4.0.8",
    "tailwindcss": "^4.2.2",
    "tw-animate-css": "^1.4.0",
    "typescript": "^5.9.3",
    "vite": "^8.0.1",
    "vite-tsconfig-paths": "^6.1.1"
  }
}
