{ "name": "meridyn-bot-react", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "eslint src --fix", "prettier": "prettier src --write", "prepare": "husky" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/modifiers": "^9.0.0", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@hookform/resolvers": "^5.2.2", "@pbe/react-yandex-maps": "^1.2.5", "@radix-ui/react-accordion": "^1.2.8", "@radix-ui/react-avatar": "^1.1.7", "@radix-ui/react-checkbox": "^1.2.3", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-navigation-menu": "^1.2.10", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.4", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tabs": "^1.1.9", "@radix-ui/react-toggle": "^1.1.6", "@radix-ui/react-toggle-group": "^1.1.7", "@radix-ui/react-tooltip": "^1.2.4", "@tabler/icons-react": "^3.31.0", "@tailwindcss/vite": "^4.1.7", "@tanstack/react-query": "^5.77.1", "@tanstack/react-table": "^8.21.3", "axios": "^1.9.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "dayjs": "^1.11.18", "framer-motion": "^12.23.24", "i18next": "^25.5.2", "i18next-browser-languagedetector": "^8.2.0", "js-cookie": "^3.0.5", "leaflet": "^1.9.4", "leaflet-geosearch": "^4.2.2", "leaflet-routing-machine": "^3.2.12", "lucide-react": "^0.544.0", "react": "^19.1.1", "react-day-picker": "^9.11.1", "react-dom": "^19.1.1", "react-github-btn": "^1.4.0", "react-hook-form": "^7.66.0", "react-i18next": "^15.7.3", "react-router-dom": "^7.9.6", "react-yandex-maps": "^4.6.0", "recharts": "^2.15.3", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.13", "vaul": "^1.1.2", "zod": "^4.1.12", "zustand": "^5.0.8" }, "devDependencies": { "@eslint/eslintrc": "^3", "@eslint/js": "^9.25.0", "@tailwindcss/postcss": "^4", "@types/js-cookie": "^3.0.6", "@types/leaflet": "^1.9.21", "@types/leaflet-routing-machine": "^3.2.9", "@types/node": "^22.15.21", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.25.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.2.6", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.1", "prettier": "^3.6.2", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", "typescript": "~5.9.2", "typescript-eslint": "^8.44.1", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" }, "lint-staged": { "*.{js,ts,jsx,tsx}": [ "prettier --write", "eslint src --fix" ] } }