{
  "name": "spboucher-ai",
  "version": "1.0.0",
  "private": true,
  "description": "Personal academic and developer website for Simon-Pierre Boucher (www.spboucher.ai)",
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "cv": "node scripts/generate-cv.ts",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.116.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "framer-motion": "^12.0.0",
    "katex": "^0.18.2",
    "lucide-react": "^0.525.0",
    "next": "^16.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tailwind-merge": "^3.0.0"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.0.0",
    "@types/node": "^24.0.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "tailwindcss": "^4.0.0",
    "typescript": "^5.8.0"
  }
}
