{ "name": "my-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "classnames": "^2.5.1", "next": "14.2.2", "react": "^18", "react-dom": "^18", "react-slick": "^0.30.2", "slick-carousel": "^1.8.1" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/react-slick": "^0.23.13", "eslint": "^8", "eslint-config-next": "14.2.2", "typescript": "^5" } }