{ "name": "lytsup", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@gsap/react": "^2.1.2", "@react-three/drei": "^10.7.7", "@react-three/fiber": "^9.6.1", "@tsparticles/engine": "^4.3.2", "@tsparticles/react": "^4.3.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.42.2", "gsap": "^3.15.0", "lenis": "^1.3.25", "lottie-react": "^2.4.1", "lucide-react": "^0.468.0", "motion": "^12.42.2", "next": "16.2.10", "next-themes": "^0.4.6", "ogl": "^1.0.11", "react": "19.2.4", "react-countup": "^6.5.3", "react-dom": "19.2.4", "react-fast-marquee": "^1.6.5", "react-parallax-tilt": "^1.7.333", "react-use": "^17.6.1", "split-type": "^0.3.4", "swiper": "^14.0.5", "tailwind-merge": "^3.6.0", "tailwindcss-animate": "^1.0.7", "three": "^0.185.1", "tsparticles": "^4.3.2" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.10", "eslint-config-prettier": "^10.1.8", "prettier": "^3.9.5", "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4", "typescript": "^5" } }