{
  "name": "bluemountainsconnect-frontend",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start -p 3000",
    "lint": "next lint"
  },
  "dependencies": {
    "next": "14.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "axios": "^1.5.0",
    "date-fns": "^2.30.0",
    "react-hot-toast": "^2.4.1",
    "react-icons": "^4.11.0",
    "js-cookie": "^3.0.5",
    "react-star-ratings": "^2.3.0",
    "swiper": "^11.0.4"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.16",
    "postcss": "^8.4.31",
    "tailwindcss": "^3.3.5",
    "eslint": "^8.51.0",
    "eslint-config-next": "14.0.0"
  }
}
