Initial commit

This commit is contained in:
vitalijmulika
2025-12-12 13:49:21 +02:00
commit 1469d55ad3
320 changed files with 69702 additions and 0 deletions

42
package.json Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "webild-components-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.4.0",
"clsx": "^2.1.1",
"cobe": "^0.6.5",
"embla-carousel-auto-scroll": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"gsap": "^3.13.0",
"lenis": "^1.3.11",
"lucide-react": "^0.544.0",
"motion-number": "^1.0.0",
"next": "15.5.7",
"posthog-js": "^1.273.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-fast-marquee": "^1.6.5",
"tailwind-merge": "^3.3.1",
"three": "^0.181.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}