{
  "name": "frontend",
  "private": true,
  "version": "1.3.7",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "postbuild": "copyfiles --error ../../LICENSE ../../dist/frontend"
  },
  "dependencies": {
    "apexcharts": "^3.41.0",
    "dayjs": "^1.11.13",
    "flatpickr": "^4.6.13",
    "headlessui": "^0.0.0",
    "i18next": "^23.15.1",
    "i18next-browser-languagedetector": "^8.0.0",
    "match-sorter": "^6.3.1",
    "react": "^18.2.0",
    "react-apexcharts": "^1.4.1",
    "react-country-flag": "^3.1.0",
    "react-dom": "^18.2.0",
    "react-helmet-async": "^2.0.5",
    "react-hot-toast": "^2.4.1",
    "react-i18next": "^15.0.2",
    "react-icons": "^4.10.1",
    "react-router-dom": "^6.14.2",
    "react-toastify": "^10.0.6",
    "sort-by": "^0.0.2",
    "use-debounce": "^10.0.4"
  },
  "devDependencies": {
    "@types/react": "^18.2.17",
    "@types/react-dom": "^18.2.7",
    "@types/react-toastify": "^4.1.0",
    "@vitejs/plugin-react": "^4.0.3",
    "autoprefixer": "^10.4.14",
    "file-loader": "^6.2.0",
    "postcss": "^8.4.27",
    "prettier": "^3.0.0",
    "prettier-plugin-tailwindcss": "^0.4.1",
    "tailwindcss": "^3.4.1",
    "vite": "^4.4.7",
    "webpack": "^5.88.2"
  }
}