spb/spboucher.ai Public
spboucher.ai — personal website of Simon-Pierre Boucher.
TypeScript 93.4%
HTML 5.5%
CSS 1%
1{2 "name": "spboucher-ai",3 "version": "1.0.0",4 "private": true,5 "description": "Personal academic and developer website for Simon-Pierre Boucher (www.spboucher.ai)",6 "author": "Simon-Pierre Boucher <contact@spboucher.ai>",7 "scripts": {8 "dev": "next dev",9 "build": "next build",10 "start": "next start",11 "cv": "node scripts/generate-cv.ts",12 "typecheck": "tsc --noEmit"13 },14 "dependencies": {15 "@anthropic-ai/sdk": "^0.116.0",16 "class-variance-authority": "^0.7.1",17 "clsx": "^2.1.1",18 "framer-motion": "^12.0.0",19 "katex": "^0.18.2",20 "lucide-react": "^0.525.0",21 "next": "^16.0.0",22 "react": "^19.0.0",23 "react-dom": "^19.0.0",24 "tailwind-merge": "^3.0.0"25 },26 "devDependencies": {27 "@tailwindcss/postcss": "^4.0.0",28 "@types/node": "^24.0.0",29 "@types/react": "^19.0.0",30 "@types/react-dom": "^19.0.0",31 "tailwindcss": "^4.0.0",32 "typescript": "^5.8.0"33 }34}35