{
  "name": "sheltos-theme-nextjs",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "lint": "next lint",
    "lint-fix": "next lint --fix",
    "dev": "next dev",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "@egjs/react-grid": "^1.12.1",
    "@fortawesome/fontawesome-free": "^5.9.0",
    "@reduxjs/toolkit": "^1.8.6",
    "animate.css": "^4.1.1",
    "apexcharts": "^3.35.5",
    "axios": "^1.1.2",
    "bootstrap": "^5.2.2",
    "formik": "^2.2.9",
    "lord-icon-element": "^3.4.4",
    "next": "^13.0.3",
    "next-i18next": "^12.1.0",
    "next-pwa": "^5.6.0",
    "photoswipe": "^5.3.2",
    "pigeon-maps": "^0.21.3",
    "react": "^18.2.0",
    "react-apexcharts": "^1.4.0",
    "react-awesome-reveal": "^4.1.0",
    "react-content-loader": "^6.2.0",
    "react-dom": "^18.2.0",
    "react-dropzone-uploader": "^2.11.0",
    "react-feather": "^2.0.10",
    "react-leaflet": "^4.1.0",
    "react-photoswipe-gallery": "^2.2.2",
    "react-range": "^1.8.14",
    "react-redux": "^8.0.4",
    "react-slick": "^0.29.0",
    "react-toastify": "^9.0.8",
    "reactstrap": "^9.1.4",
    "sass": "^1.55.0",
    "slick-carousel": "^1.8.1",
    "swiper": "^8.4.3",
    "typed.js": "^2.0.12",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "eslint": "^8.25.0",
    "eslint-config-next": "^13.0.3",
    "eslint-config-prettier": "^8.5.0"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  }
}
