{ "name": "fe", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --hostname 0.0.0.0 --port 3000", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@gsap/react": "^2.1.2", "@radix-ui/react-avatar": "^1.1.12", "@radix-ui/react-checkbox": "^1.3.4", "@radix-ui/react-dialog": "^1.1.16", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-label": "^2.1.9", "@radix-ui/react-navigation-menu": "^1.2.15", "@radix-ui/react-popover": "^1.1.16", "@radix-ui/react-progress": "^1.1.9", "@radix-ui/react-scroll-area": "^1.2.11", "@radix-ui/react-select": "^2.3.0", "@radix-ui/react-separator": "^1.1.9", "@radix-ui/react-slot": "^1.2.5", "@radix-ui/react-toggle": "^1.1.11", "@radix-ui/react-toggle-group": "^1.1.12", "@react-three/drei": "^10.7.7", "@react-three/fiber": "^9.6.1", "@types/three": "^0.184.1", "ambient-cbg": "^1.0.4", "axios": "^1.17.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.4.0", "framer-motion": "^12.40.0", "gsap": "^3.15.0", "isbot": "^5.1.42", "lucide-react": "^1.17.0", "next": "16.2.7", "ogl": "^1.0.11", "react": "19.2.4", "react-day-picker": "^10.0.1", "react-dom": "19.2.4", "react-markdown": "^10.1.0", "react-webcam": "^7.2.0", "recharts": "^3.8.1", "remark-gfm": "^4.0.1", "split-type": "^0.3.4", "styled-components": "^6.4.2", "tailwind-merge": "^3.6.0", "three": "^0.184.0", "vaul": "^1.1.2" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.7", "tailwindcss": "^4", "typescript": "^5" } }