first commit

This commit is contained in:
R-Bharathraj
2026-07-15 17:13:09 +05:30
parent a314b87153
commit 3cb2613195
59 changed files with 7428 additions and 101 deletions

View File

@@ -9,9 +9,34 @@
"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",
"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-dom": "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-tsparticles": "^2.12.2",
"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",
@@ -20,6 +45,9 @@
"@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"
}