{ "name": "callfi", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 1876", "build": "next build", "start": "next start -p 1876", "lint": "next lint" }, "dependencies": { "@heroicons/react": "^1.0.6", "@privy-io/react-auth": "^1.70.0", "@radix-ui/react-icons": "^1.3.0", "axios": "^1.7.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "framer-motion": "^11.2.12", "lodash": "^4.17.21", "next": "14.2.4", "next-seo": "^6.5.0", "next-share": "^0.27.0", "react": "^18", "react-dom": "^18", "react-icons": "^5.2.1", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.4", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }