{ "name": "dmenu-admin", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@headlessui/react": "^2.2.7", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-icons": "^1.3.2", "@tailwindcss/vite": "^4.1.12", "@tanstack/react-query": "^5.85.5", "axios": "^1.11.0", "clsx": "^2.1.1", "formik": "^2.4.6", "i18next": "^25.4.2", "iconsax-react": "^0.0.8", "leaflet": "^1.9.4", "moment-jalaali": "^0.10.4", "qrcode.react": "^4.2.0", "rc-rate": "^2.13.1", "react": "^19.1.1", "react-dom": "^19.1.1", "react-dropzone": "^14.3.8", "react-i18next": "^15.7.2", "react-infinite-scroll-component": "^6.1.1", "react-leaflet": "^5.0.0-rc.2", "react-loading-skeleton": "^3.5.0", "react-multi-date-picker": "^4.5.2", "react-otp-input": "^3.1.1", "react-router-dom": "^7.8.2", "react-spinners": "^0.17.0", "react-toastify": "^11.0.5", "recharts": "^3.6.0", "socket.io-client": "^4.8.1", "swiper": "^11.2.10", "tailwind-merge": "^3.3.1", "xlsx": "^0.18.5", "yup": "^1.7.0", "zustand": "^5.0.8" }, "devDependencies": { "@eslint/js": "^9.33.0", "@types/leaflet": "^1.9.21", "@types/moment-jalaali": "^0.7.9", "@types/node": "^24.10.1", "@types/qrcode.react": "^1.0.5", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^5.0.0", "autoprefixer": "^10.4.21", "eslint": "^9.33.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.12", "typescript": "~5.8.3", "typescript-eslint": "^8.39.1", "vite": "^7.1.2" } }