{
  "name": "nextn",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack -p 9002",
    "genkit:dev": "genkit start -- tsx src/ai/dev.ts",
    "genkit:watch": "genkit start -- tsx --watch src/ai/dev.ts",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "typecheck": "tsc --noEmit",
    "jobs:run": "tsx scripts/process-background-jobs.ts",
    "jobs:auto-backup": "tsx scripts/auto-backup-scheduler.ts",
    "scheduler:start": "tsx lib/scheduler-service.ts",
    "scheduler:dev": "tsx --watch lib/scheduler-service.ts",
    "db:migrate": "tsx scripts/migrate-postgres.ts",
    "db:seed:json": "tsx scripts/seed-postgres-from-json.ts",
    "db:check": "tsx scripts/check-postgres.ts",
    "audit:json-runtime": "tsx scripts/audit-json-runtime-usage.ts",
    "test:purchases": "tsx --test tests/purchases/**/*.test.ts",
    "test:purchases:golden": "tsx --test tests/purchases/purchase-accounting.golden-matrix.test.ts",
    "test:purchases:service": "tsx --test tests/purchases/purchase-application-service.test.ts",
    "test:purchases:domain": "tsx --test tests/purchases/purchase-domain.test.ts",
    "test:purchases:contracts": "tsx --test tests/purchases/purchase-repository.contract.test.ts",
    "test:sales:coverage": "tsx --test tests/sales/sales-coverage-split.integration.test.ts",
    "test:accounting:core": "tsx --test tests/accounting/core/*.test.ts"
  },
  "dependencies": {
    "@genkit-ai/google-genai": "^1.20.0",
    "@genkit-ai/next": "^1.20.0",
    "@hookform/resolvers": "^4.1.3",
    "@radix-ui/react-accordion": "^1.2.3",
    "@radix-ui/react-alert-dialog": "^1.1.6",
    "@radix-ui/react-avatar": "^1.1.3",
    "@radix-ui/react-checkbox": "^1.1.4",
    "@radix-ui/react-collapsible": "^1.1.11",
    "@radix-ui/react-dialog": "^1.1.6",
    "@radix-ui/react-dropdown-menu": "^2.1.6",
    "@radix-ui/react-label": "^2.1.2",
    "@radix-ui/react-menubar": "^1.1.6",
    "@radix-ui/react-popover": "^1.1.6",
    "@radix-ui/react-progress": "^1.1.2",
    "@radix-ui/react-radio-group": "^1.2.3",
    "@radix-ui/react-scroll-area": "^1.2.3",
    "@radix-ui/react-select": "^2.1.6",
    "@radix-ui/react-separator": "^1.1.2",
    "@radix-ui/react-slider": "^1.2.3",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-switch": "^1.1.3",
    "@radix-ui/react-tabs": "^1.1.3",
    "@radix-ui/react-toast": "^1.2.6",
    "@radix-ui/react-tooltip": "^1.1.8",
    "@types/qrcode": "^1.5.6",
    "ag-grid-community": "^35.1.0",
    "ag-grid-react": "^35.1.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "date-fns": "^3.6.0",
    "dotenv": "^16.5.0",
    "embla-carousel-react": "^8.6.0",
    "firebase": "^11.9.1",
    "genkit": "^1.20.0",
    "lucide-react": "^0.475.0",
    "next": "15.5.9",
    "patch-package": "^8.0.0",
    "pg": "^8.20.0",
    "qrcode": "^1.5.4",
    "react": "^19.2.1",
    "react-day-picker": "^9.11.3",
    "react-dom": "^19.2.1",
    "react-hook-form": "^7.54.2",
    "recharts": "^2.15.1",
    "socket.io-client": "^4.8.3",
    "tailwind-merge": "^3.0.1",
    "tailwindcss-animate": "^1.0.7",
    "xlsx": "^0.18.5",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/pg": "^8.18.0",
    "@types/react": "^19.2.1",
    "@types/react-dom": "^19.2.1",
    "genkit-cli": "^1.20.0",
    "postcss": "^8",
    "tailwindcss": "^3.4.1",
    "tsx": "^4.20.6",
    "typescript": "^5"
  }
}
