{
  "name": "web",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "env-cmd -f .env next dev",
    "build": "next build",
    "start": "node server.js",
    "runstart": "next start",
    "lint": "next lint",
    "build:production": "env-cmd -f .env.production next build",
    "build:mainserver": "env-cmd -f .env.mainserver next build",
    "build:preprod": "env-cmd -f .env.preprod next build"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=18.16.0",
    "yarn": ">=1.22.0",
    "npm": "please-use-yarn"
  },
  "dependencies": {
    "@adyen/adyen-web": "^5.43.0",
    "@adyen/api-library": "^13.1.3",
    "@ckeditor/ckeditor5-build-classic": "^40.1.0",
    "@ckeditor/ckeditor5-react": "^6.2.0",
    "@fullcalendar/core": "^6.1.10",
    "@fullcalendar/daygrid": "^6.1.10",
    "@fullcalendar/react": "^6.1.10",
    "@fullcalendar/timegrid": "^6.1.10",
    "@hookform/resolvers": "^3.3.2",
    "@next/third-parties": "^14.2.1",
    "@react-oauth/google": "^0.12.1",
    "@reduxjs/toolkit": "^1.9.7",
    "@stripe/react-stripe-js": "^2.7.0",
    "@stripe/stripe-js": "^3.3.0",
    "@tanstack/react-table": "^8.10.7",
    "axios": "^1.6.0",
    "cookies-next": "^4.0.0",
    "dompurify": "^3.0.6",
    "env-cmd": "^10.1.0",
    "i18next": "^23.6.0",
    "jspdf": "^2.5.1",
    "jwt-decode": "^4.0.0",
    "micro": "^10.0.1",
    "micro-cors": "^0.1.1",
    "moment": "^2.30.1",
    "moment-timezone": "^0.5.45",
    "next": "13.5.3",
    "pm2": "^5.3.0",
    "react": "^18",
    "react-cookie-consent": "^9.0.0",
    "react-datepicker": "^4.25.0",
    "react-dom": "^18",
    "react-dropzone": "^14.2.3",
    "react-hook-form": "^7.47.0",
    "react-i18next": "^13.3.1",
    "react-paginate": "^8.2.0",
    "react-redux": "^8.1.3",
    "react-select": "^5.8.0",
    "react-share": "^5.1.0",
    "react-social-login-buttons": "^4.1.0",
    "reactjs-social-login": "^2.6.3",
    "sass": "^1.69.5",
    "stripe": "^15.0.0",
    "sweetalert2": "^11.10.1",
    "swiper": "^11.0.3",
    "yup": "^1.3.2"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.16",
    "eslint": "^8",
    "eslint-config-next": "13.5.6",
    "postcss": "^8.4.31",
    "tailwindcss": "^3.3.5"
  }
}