final commit

This commit is contained in:
2024-05-03 06:09:18 +03:00
parent 8e59842aa3
commit a576c4b765
2 changed files with 187 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
@@ -14,6 +14,7 @@
"react": "^18",
"react-dom": "^18",
"react-slick": "^0.30.2",
"sharp": "^0.33.3",
"slick-carousel": "^1.8.1"
},
"devDependencies": {