LLC/package.json

33 lines
787 B
JSON
Raw Normal View History

2025-02-10 19:37:08 +03:30
{
"name": "llc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"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-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-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-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-16 08:23:12 +03:30
"swiper": "^11.2.2"
2025-02-10 19:37:08 +03:30
},
"devDependencies": {
2025-02-16 08:23:12 +03:30
"@eslint/eslintrc": "^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
}
}