{
  "name": "@accounter/client",
  "version": "0.0.12-alpha-20260520080303-e6c2745307f7481b06a9ea46607cbcea363ff3e9",
  "type": "module",
  "description": "Accounter client application",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Urigo/accounter-fullstack.git",
    "directory": "packages/client"
  },
  "homepage": "https://github.com/Urigo/accounter-fullstack/packages/client#readme",
  "bugs": {
    "url": "https://github.com/Urigo/accounter-fullstack/issues"
  },
  "author": "Gil Gardosh <gilgardosh@gmail.com>",
  "license": "MIT",
  "main": "dist/index.html",
  "scripts": {
    "build": "tsc && vite build",
    "client:build": "yarn build",
    "client:dev": "yarn dev",
    "dev": "vite",
    "generate": "yarn generate:graphql",
    "preview": "vite preview"
  },
  "dependencies": {
    "@atlaskit/pragmatic-drag-and-drop": "1.8.1",
    "@atlaskit/pragmatic-drag-and-drop-hitbox": "1.1.0",
    "@auth0/auth0-react": "2.16.2",
    "@emotion/react": "11.14.0",
    "@emotion/styled": "11.14.1",
    "@hookform/resolvers": "5.2.2",
    "@mantine/carousel": "6.0.22",
    "@mantine/core": "6.0.22",
    "@mantine/dates": "6.0.22",
    "@mantine/dropzone": "6.0.22",
    "@mantine/hooks": "6.0.22",
    "@minoru/react-dnd-treeview": "3.5.3",
    "@mui/material": "9.0.1",
    "@mui/x-charts": "8.28.2",
    "@tanstack/react-query": "5.100.10",
    "@tanstack/react-table": "8.21.3",
    "@urql/exchange-auth": "3.0.0",
    "chart.js": "4.5.1",
    "class-variance-authority": "0.7.1",
    "clsx": "2.1.1",
    "cmdk": "1.1.1",
    "csv-parse": "6.2.1",
    "date-fns": "4.1.0",
    "dayjs": "1.11.20",
    "decimal.js": "10.6.0",
    "deep-equal": "2.2.3",
    "dotenv": "17.4.2",
    "embla-carousel-react": "8.6.0",
    "fast-myers-diff": "3.2.0",
    "graphql": "16.14.0",
    "html2canvas-pro": "2.0.2",
    "iconv-lite": "0.7.2",
    "json-bigint-patch": "0.0.9",
    "lucide-react": "1.16.0",
    "next-themes": "0.4.6",
    "pdfjs-dist": "5.7.284",
    "radix-ui": "1.4.3",
    "react": "19.2.6",
    "react-day-picker": "10.0.1",
    "react-dnd": "16.0.1",
    "react-dom": "19.2.6",
    "react-error-boundary": "6.1.1",
    "react-hook-form": "7.76.0",
    "react-number-format": "5.4.5",
    "react-router-dom": "7.15.1",
    "react-to-pdf": "3.2.2",
    "recharts": "3.8.1",
    "sonner": "2.0.7",
    "tailwind-merge": "3.6.0",
    "urql": "5.0.2",
    "vaul": "1.1.2",
    "zod": "4.4.3",
    "zustand": "5.0.13"
  },
  "devDependencies": {
    "@tailwindcss/vite": "4.3.0",
    "@types/chart.js": "4.0.1",
    "@types/deep-equal": "1.0.4",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "@vitejs/plugin-react": "6.0.2",
    "autoprefixer": "10.5.0",
    "happy-dom": "20.9.0",
    "tailwindcss": "4.3.0",
    "tailwindcss-animate": "1.0.7",
    "typescript": "6.0.3",
    "vite": "8.0.13",
    "vite-plugin-node-polyfills": "0.28.0"
  },
  "overrides": {
    "react-is": "19.2.6"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}
