{ "name": "portfolio", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "framer-motion": "^11.0.0", "lucide-react": "^0.383.0", "next": "^14.2.0", "react": "^18.3.0", "react-dom": "^18.3.0", "react-icons": "^5.0.0" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "sass": "^1.70.0", "typescript": "^5" } }