{ "name": "danak_dsc", "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.0", "@material-tailwind/react": "^2.1.10", "@tanstack/react-query": "^5.62.8", "axios": "^1.7.9", "draft-js": "^0.11.7", "formik": "^2.4.6", "i18next": "^24.2.0", "iconsax-react": "^0.0.8", "moment-jalaali": "^0.10.4", "quill": "^2.0.3", "rc-rate": "^2.13.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-dropzone": "^14.3.5", "react-i18next": "^15.2.0", "react-loading": "^2.0.3", "react-multi-date-picker": "^4.5.2", "react-otp-input": "^3.1.1", "react-router-dom": "^7.1.0", "react-spinners": "^0.15.0", "react-toastify": "^11.0.2", "swiper": "^11.2.1", "tailwind-merge": "^2.5.5", "vite-plugin-pwa": "^0.21.1", "yup": "^1.6.1", "zustand": "^5.0.2" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/draft-js": "^0.11.18", "@types/moment-jalaali": "^0.7.9", "@types/react": "^18.3.17", "@types/react-dom": "^18.3.5", "@types/swiper": "^5.4.3", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.13.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "~5.6.2", "typescript-eslint": "^8.18.1", "vite": "^6.0.3" } }