| { |
| "name": "reuben-fernandes", |
| "version": "0.1.0", |
| "private": true, |
| "scripts": { |
| "dev": "next dev", |
| "build": "next build", |
| "start": "next start", |
| "lint": "next lint" |
| }, |
| "dependencies": { |
| "@emailjs/browser": "^4.4.1", |
| "@google/generative-ai": "^0.21.0", |
| "@lobehub/icons": "^5.4.0", |
| "@phosphor-icons/react": "^2.1.10", |
| "@radix-ui/react-slot": "^1.1.1", |
| "@react-three/drei": "^9.99.0", |
| "@react-three/fiber": "^8.15.16", |
| "@react-three/postprocessing": "^2.16.0", |
| "@types/three": "^0.160.0", |
| "class-variance-authority": "^0.7.1", |
| "clsx": "^2.1.1", |
| "framer-motion": "^11.18.1", |
| "gsap": "^3.13.0", |
| "lucide-react": "^0.473.0", |
| "maath": "^0.10.8", |
| "motion": "^11.18.1", |
| "next": "16.2.4", |
| "react": "^19.0.0", |
| "react-dom": "^19.0.0", |
| "react-icons": "^5.4.0", |
| "react-social-icons": "^6.19.0", |
| "tailwind-merge": "^2.6.0", |
| "tailwindcss-animate": "^1.0.7", |
| "three": "^0.160.0" |
| }, |
| "devDependencies": { |
| "@types/node": "^20", |
| "@types/react": "^19.0.0", |
| "@types/react-dom": "^19.0.0", |
| "eslint": "^8", |
| "eslint-config-next": "16.2.4", |
| "postcss": "^8", |
| "tailwindcss": "^3.4.1", |
| "typescript": "^5" |
| } |
| } |
|
|