{ "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": { "@tanstack/react-query": "^5.62.8", "formik": "^2.4.6", "i18next": "^24.2.0", "iconsax-react": "^0.0.8", "react": "^19.0.0", "react-dom": "^19.0.0", "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-toastify": "^11.0.2", "tailwind-merge": "^2.5.5", "yup": "^1.6.1", "zustand": "^5.0.2" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/react": "^18.3.17", "@types/react-dom": "^18.3.5", "@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" } }