yari-garan/package.json
MehrdadAdabi 42f9ffec95 feat: add Vazir font and refactor form components
- Add vazir-font package for Persian/Arabic text support
- Fix dropdown search to filter by value instead of name
- Refactor select field in FormField component with simplified options mapping
- Comment out dependent field fetching logic (WIP)
- Update BaseDropdown props structure
2025-11-28 13:55:10 +03:30

49 lines
1.3 KiB
JSON

{
"name": "yari-garan",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"buildOnly": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.10",
"await-to-js": "^3.0.0",
"axios": "^1.13.2",
"clsx": "^2.1.1",
"i18next": "^25.6.3",
"i18next-http-backend": "^3.0.2",
"lucide-react": "^0.554.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.3.5",
"react-router-dom": "^7.9.6",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"vazir-font": "^30.1.0",
"vite-plugin-pwa": "^1.1.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.4"
}
}