{
  "name": "my-app",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev -p 20100",
    "build": "next build",
    "start": "node server.js",
    "lint": "next lint"
  },
  "dependencies": {
    "@apollo/client": "^3.11.9",
    "@emotion/styled": "^11.13.0",
    "@fancyapps/ui": "^5.0.36",
    "@mui/base": "^5.0.0-beta.61",
    "@mui/icons-material": "^6.1.7",
    "@mui/material": "^6.1.7",
    "@mui/material-nextjs": "^6.1.7",
    "@mui/x-date-pickers": "^7.22.3",
    "animate.css": "^4.1.1",
    "apollo-upload-client": "^18.0.1",
    "bootstrap": "^5.3.3",
    "dayjs": "^1.11.13",
    "formik": "^2.4.6",
    "graphql": "^16.9.0",
    "jsonwebtoken": "^9.0.2",
    "next": "^14.2.18",
    "next-transpile-modules": "^10.0.1",
    "react": "^18",
    "react-cookie": "^7.2.2",
    "react-dom": "^18",
    "react-input-mask": "^2.0.4",
    "react-slick": "^0.30.2",
    "react-toastify": "^10.0.6",
    "remixicon": "^4.5.0",
    "sass": "^1.87.0",
    "sharp": "^0.34.2",
    "slick-carousel": "^1.8.1",
    "slugify": "^1.6.6",
    "uuid": "^11.0.3",
    "yup": "^1.4.0"
  },
  "devDependencies": {
    "@types/apollo-upload-client": "^18.0.0",
    "@types/jsonwebtoken": "^9.0.7",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/react-input-mask": "^3.0.6",
    "@types/react-slick": "^0.23.13",
    "css-loader": "^7.1.2",
    "eslint": "^8",
    "eslint-config-next": "14.2.8",
    "postcss": "^8",
    "style-loader": "^4.0.0",
    "tailwindcss": "^3.4.1",
    "typescript": "^5"
  }
}
