Files
dmail-front/package.json
T
hamid zarghami 013d4238c9 feat: Add emoji reaction feature and improve reply formatting
- Add emoji-picker-react package
- Create EmojiReaction component for quick emoji responses
- Replace EmojiHappy icon with interactive EmojiReaction component
- Implement emoji selection as structured reply messages
- Improve reply HTML formatting with better styling and Persian date
- Add contextual information to both emoji reactions and text replies
- Update success messages to be more concise
2025-07-22 13:15:42 +03:30

78 lines
2.3 KiB
JSON

{
"name": "dmail-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"orval": "orval"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-switch": "^1.2.5",
"@react-three/drei": "^10.1.2",
"@react-three/fiber": "^9.1.2",
"@tailwindcss/vite": "^4.1.4",
"@tanstack/react-query": "^5.81.5",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"emoji-picker-react": "^4.13.2",
"formik": "^2.4.6",
"i18next": "^25.0.1",
"iconsax-react": "^0.0.8",
"js-cookie": "^3.0.5",
"lucide-react": "^0.511.0",
"moment-jalaali": "^0.10.4",
"quill": "^2.0.3",
"react": "^19.0.0",
"react-colorful": "^5.6.1",
"react-date-object": "^2.1.9",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.60.0",
"react-i18next": "^15.5.1",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.5.0",
"react-multi-date-picker": "^4.5.2",
"react-otp-input": "^3.1.1",
"react-quill": "^2.0.0",
"react-quill-new": "^3.4.6",
"react-router-dom": "^7.5.2",
"react-spinners": "^0.17.0",
"socket.io-client": "^4.8.1",
"swiper": "^11.2.6",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4",
"three": "^0.177.0",
"uuid": "^11.1.0",
"vite-tsconfig-paths": "^5.1.4",
"yup": "^1.6.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/js-cookie": "^3.0.6",
"@types/moment-jalaali": "^0.7.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/three": "^0.177.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"orval": "^7.10.0",
"tw-animate-css": "^1.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1"
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
}