Compare commits

1 Commits

Author SHA1 Message Date
b1fef4cc51 Update package.json 2026-01-20 13:37:07 +00:00

View File

@@ -1,41 +1,22 @@
{ {
"name": "webild-components-2", "name": "webild-components-2", "version": "0.1.0", "private": true,
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": { "dependencies": {
"@gsap/react": "^2.1.2", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "web-vitals": "^2.1.4", "tailwindcss": "^3.4.0", "autoprefixer": "^10.4.14", "postcss": "^8.4.24", "lucide-react": "^0.263.1"
"@react-three/drei": "^10.7.7",
"@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.15",
"lucide-react": "^0.555.0",
"motion-number": "^1.0.0",
"next": "16.0.7",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-fast-marquee": "^1.6.5",
"tailwind-merge": "^3.4.0",
"three": "^0.181.2"
}, },
"devDependencies": { "scripts": {
"@eslint/eslintrc": "^3", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"
"@tailwindcss/postcss": "^4", },
"@types/node": "^20", "eslintConfig": {
"@types/react": "^19", "extends": [
"@types/react-dom": "^19", "react-app", "react-app/jest"
"eslint": "^9", ]
"eslint-config-next": "16.0.7", },
"tailwindcss": "^4", "browserslist": {
"typescript": "^5" "production": [
">0.2%", "not dead", "not op_mini all"
],
"development": [
"last 1 chrome version", "last 1 firefox version", "last 1 safari version"
]
} }
} }