{ "name": "jamjam", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@icons-pack/react-simple-icons": "^11.0.1", "@nextui-org/react": "^2.4.8", "date-fns": "^4.1.0", "framer-motion": "^11.11.9", "lucide-react": "^0.453.0", "next": "15.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-toastify": "^11.0.3" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "15.0.1", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }