{ "name": "b2d-ventures", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"" }, "dependencies": { "@hcaptcha/react-hcaptcha": "^1.11.0", "@hookform/resolvers": "^3.9.0", "@mdxeditor/editor": "^3.15.0", "@nextui-org/calendar": "^2.0.12", "@nextui-org/date-input": "^2.1.4", "@nextui-org/system": "^2.2.6", "@nextui-org/theme": "^2.2.11", "@radix-ui/react-alert-dialog": "^1.1.2", "@radix-ui/react-avatar": "^1.1.0", "@radix-ui/react-checkbox": "^1.1.2", "@radix-ui/react-dialog": "^1.1.2", "@radix-ui/react-dropdown-menu": "^2.1.1", "@radix-ui/react-hover-card": "^1.1.1", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-navigation-menu": "^1.2.0", "@radix-ui/react-popover": "^1.1.2", "@radix-ui/react-progress": "^1.1.0", "@radix-ui/react-radio-group": "^1.2.1", "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.1", "@radix-ui/react-tabs": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", "@stripe/react-stripe-js": "^2.8.1", "@stripe/stripe-js": "^4.7.0", "@supabase-cache-helpers/postgrest-react-query": "^1.10.1", "@supabase/ssr": "^0.5.2", "@supabase/supabase-js": "^2.46.1", "@tailwindcss/line-clamp": "^0.4.4", "@tanstack/react-query": "^5.59.0", "@tanstack/react-query-devtools": "^5.59.0", "@tanstack/react-table": "^8.20.5", "b2d-ventures": "file:", "chart.js": "^4.4.6", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "1.0.0", "date-fns": "^3.0.0", "dotenv": "^16.4.5", "embla-carousel-react": "^8.2.0", "framer-motion": "^11.11.17", "lucide-react": "^0.428.0", "next": "^14.2.15", "next-themes": "^0.3.0", "react": "^18.3.1", "react-chartjs-2": "^5.2.0", "react-countup": "^6.5.3", "react-day-picker": "^9.*", "react-dom": "^18", "react-file-icon": "^1.5.0", "react-hook-form": "^7.53.0", "react-hot-toast": "^2.4.1", "react-lottie": "^1.2.4", "react-markdown": "^9.0.1", "recharts": "^2.12.7", "remark-gfm": "^4.0.0", "stripe": "^17.1.0", "sweetalert2": "^11.6.13", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" }, "devDependencies": { "@eslint/js": "^9.13.0", "@playwright/test": "^1.47.2", "@tailwindcss/typography": "^0.5.15", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/eslint__js": "^8.42.3", "@types/next": "^8.0.7", "@types/node": "^20", "@types/react": "^18.3.12", "@types/react-dom": "^18", "@types/react-fade-in": "^2.0.2", "@types/react-file-icon": "^1.0.4", "@types/react-lottie": "^1.2.10", "@types/react-select-country-list": "^2.2.3", "eslint": "^8.57.1", "eslint-config-next": "14.2.5", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "postcss": "^8", "prettier": "^3.3.3", "supabase": "^1.200.3", "tailwindcss": "^3.4.1", "typescript": "^5.6.3", "typescript-eslint": "^8.11.0" } }