{
  "name": "vuexy-mui-nextjs-admin-template",
  "version": "4.0.0",
  "license": "Commercial",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build",
    "start": "node server.js",
    "lint": "next lint",
    "lint:fix": "next lint --fix",
    "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
    "build:icons": "tsx src/assets/iconify-icons/bundle-icons-css.ts",
    "postinstall": ""
  },
  "dependencies": {
    "@bprogress/next": "^3.2.10",
    "@emotion/cache": "11.14.0",
    "@emotion/react": "11.14.0",
    "@emotion/styled": "11.14.0",
    "@floating-ui/react": "0.27.2",
    "@hookform/resolvers": "^4.1.3",
    "@iconify/react": "^5.2.1",
    "@mui/lab": "6.0.0-beta.19",
    "@mui/material": "6.2.1",
    "@mui/material-nextjs": "6.2.1",
    "@mui/x-date-pickers": "^8.16.0",
    "@reduxjs/toolkit": "^2.6.1",
    "@tanstack/match-sorter-utils": "^8.19.4",
    "@tanstack/react-query": "^5.69.0",
    "@tanstack/react-query-devtools": "^5.69.0",
    "@tanstack/react-table": "^8.21.2",
    "@tiptap/core": "^2.12.0",
    "@tiptap/react": "^2.12.0",
    "@tiptap/starter-kit": "^2.12.0",
    "@types/file-saver": "^2.0.7",
    "animate.css": "^4.1.1",
    "apexcharts": "^4.5.0",
    "browser-image-compression": "^2.0.2",
    "classnames": "2.5.1",
    "clipboard-copy": "^4.0.1",
    "cookies-next": "^5.1.0",
    "dayjs": "^1.11.19",
    "exceljs": "^4.4.0",
    "file-saver": "^2.0.5",
    "firebase": "^11.6.1",
    "jotai": "^2.12.3",
    "jsonwebtoken": "^9.0.2",
    "leaflet": "^1.9.4",
    "libphonenumber-js": "^1.12.8",
    "mapbox-gl": "^3.11.1",
    "mime-types": "^2.1.35",
    "mui-one-time-password-input": "^5.0.0",
    "next": "15.1.11",
    "next-auth": "^4.24.11",
    "next-intl": "^4.0.2",
    "nookies": "^2.5.2",
    "notistack": "^3.0.2",
    "react": "18.3.1",
    "react-apexcharts": "^1.7.0",
    "react-colorful": "5.6.1",
    "react-datepicker": "^8.3.0",
    "react-dom": "18.3.1",
    "react-hook-form": "^7.55.0",
    "react-international-phone": "^4.5.0",
    "react-leaflet": "^5.0.0",
    "react-map-gl": "^8.0.4",
    "react-otp-input": "^3.1.1",
    "react-perfect-scrollbar": "1.5.8",
    "react-phone-number-input": "^3.4.12",
    "react-redux": "^9.2.0",
    "react-toastify": "^11.0.5",
    "react-use": "17.6.0",
    "server-only": "0.0.1",
    "sweetalert2": "^11.19.1",
    "valibot": "^1.0.0",
    "zod": "^3.24.3"
  },
  "devDependencies": {
    "@iconify/json": "2.2.286",
    "@iconify/tools": "4.1.1",
    "@iconify/types": "2.0.0",
    "@iconify/utils": "2.2.1",
    "@types/jsonwebtoken": "^9.0.9",
    "@types/mime-types": "^2.1.4",
    "@types/node": "^22.10.2",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "@types/react-map-gl": "^6.1.7",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "autoprefixer": "10.4.20",
    "eslint": "8.57.1",
    "eslint-config-next": "15.1.2",
    "eslint-config-prettier": "9.1.0",
    "eslint-import-resolver-typescript": "3.7.0",
    "eslint-plugin-import": "2.31.0",
    "postcss": "8.4.49",
    "postcss-styled-syntax": "0.7.0",
    "prettier": "3.4.2",
    "stylelint": "16.12.0",
    "stylelint-use-logical-spec": "5.0.1",
    "stylis": "4.3.4",
    "stylis-plugin-rtl": "2.1.1",
    "tailwindcss": "3.4.17",
    "tailwindcss-logical": "3.0.1",
    "tsx": "4.19.2",
    "typescript": "5.5.4"
  },
  "resolutions": {
    "rimraf": "^5.0.7"
  },
  "overrides": {
    "rimraf": "^5.0.7"
  }
}
