{
  "name": "werkbrief-generator",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build --turbopack",
    "start": "NODE_ENV=production node server.js",
    "lint": "eslint"
  },
  "dependencies": {
    "@ai-sdk/deepseek": "^1.0.15",
    "@ai-sdk/openai": "^2.0.27",
    "@clerk/nextjs": "^6.31.9",
    "@langchain/community": "^0.3.17",
    "@langchain/core": "^0.3.76",
    "@napi-rs/canvas": "^0.1.56",
    "@openai/agents": "^0.1.1",
    "@pinecone-database/pinecone": "^6.1.2",
    "@radix-ui/react-slot": "^1.2.3",
    "@react-three/drei": "^10.7.4",
    "@react-three/fiber": "^9.0.0-alpha.8",
    "@tabler/icons-react": "^3.34.1",
    "@types/react-window": "^1.8.8",
    "@types/xlsx": "^0.0.35",
    "ai": "^5.0.39",
    "canvas": "^3.2.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "framer-motion": "^12.23.12",
    "lucide-react": "^0.542.0",
    "motion": "^12.23.12",
    "next": "15.5.2",
    "pdf-parse": "^1.1.1",
    "pdf2json": "^3.0.5",
    "pdfjs-dist": "^3.11.174",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-window": "^2.1.1",
    "tailwind-merge": "^3.3.1",
    "tesseract.js": "^5.1.1",
    "three": "^0.180.0",
    "three-globe": "^2.44.0",
    "xlsx": "^0.18.5",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20.19.14",
    "@types/pdf-parse": "^1.1.5",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "15.5.2",
    "tailwindcss": "^4",
    "tw-animate-css": "^1.3.8",
    "typescript": "^5.9.2"
  }
}
