{
  "name": "frontend",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "test": "tsx --test src/lib/contabilidad/*.test.ts src/lib/cortes/*.test.ts src/lib/crm/*.test.ts src/lib/pedidos/*.test.ts src/lib/permissions/*.test.ts src/lib/presupuestos/*.test.ts src/lib/reportes/*.test.ts",
    "start": "next start"
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "framer-motion": "^12.39.0",
    "lucide-react": "^1.16.0",
    "next": "16.2.6",
    "pocketbase": "^0.26.9",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "tailwind-merge": "^3.6.0",
    "three": "^0.184.0",
    "tldraw": "^5.0.1",
    "zustand": "^5.0.13"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/three": "^0.184.1",
    "tailwindcss": "^4",
    "tsx": "^4.22.3",
    "typescript": "^5"
  }
}
