2025-02-10 19:37:08 +03:30
|
|
|
{
|
|
|
|
|
"name": "llc",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2025-02-27 16:41:18 +03:30
|
|
|
"dev": "next dev",
|
2025-02-10 19:37:08 +03:30
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
2025-02-19 16:13:09 +03:30
|
|
|
"lint": "next lint",
|
2025-02-20 14:53:06 +03:30
|
|
|
"p": "git pull && yarn install && yarn build && pm2 restart next"
|
2025-02-10 19:37:08 +03:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-03-02 16:53:24 +03:30
|
|
|
"clsx": "^2.1.1",
|
2025-02-19 16:11:53 +03:30
|
|
|
"embla-carousel-autoplay": "^8.5.2",
|
2025-02-19 15:04:53 +03:30
|
|
|
"embla-carousel-react": "^8.5.2",
|
2025-02-28 21:45:25 +03:30
|
|
|
"fast-average-color": "^9.4.0",
|
2025-02-16 08:23:12 +03:30
|
|
|
"framer-motion": "^12.4.2",
|
2025-02-17 04:52:48 +03:30
|
|
|
"lucide-react": "^0.475.0",
|
2025-02-16 08:23:12 +03:30
|
|
|
"next": "15.1.6",
|
2025-02-20 14:53:06 +03:30
|
|
|
"next-intl": "^3.26.4",
|
2025-02-22 19:14:53 +03:30
|
|
|
"rc-pagination": "^5.1.0",
|
2025-02-10 19:37:08 +03:30
|
|
|
"react": "^19.0.0",
|
2025-02-17 04:52:48 +03:30
|
|
|
"react-countup": "^6.5.3",
|
2025-02-10 19:37:08 +03:30
|
|
|
"react-dom": "^19.0.0",
|
2025-02-17 04:52:48 +03:30
|
|
|
"react-intersection-observer": "^9.15.1",
|
2025-02-22 19:14:53 +03:30
|
|
|
"react-toastify": "^11.0.3",
|
2025-03-02 16:53:24 +03:30
|
|
|
"swiper": "^11.2.2",
|
2025-03-05 18:26:11 +03:30
|
|
|
"tailwind-merge": "^3.0.2",
|
|
|
|
|
"yet-another-react-lightbox": "^3.21.7"
|
2025-02-10 19:37:08 +03:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-02-16 08:23:12 +03:30
|
|
|
"@eslint/eslintrc": "^3",
|
2025-02-22 22:59:55 +03:30
|
|
|
"cross-env": "^7.0.3",
|
2025-02-10 19:37:08 +03:30
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "15.1.6",
|
2025-02-16 08:23:12 +03:30
|
|
|
"postcss": "^8",
|
|
|
|
|
"tailwindcss": "^3.4.1"
|
2025-02-10 19:37:08 +03:30
|
|
|
}
|
|
|
|
|
}
|