{ "name": "my-app", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-progress": "^1.1.8", "@radix-ui/react-radio-group": "^1.3.8", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slider": "^1.3.6", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tooltip": "^1.2.8", "@react-oauth/google": "^0.13.5", "@stomp/stompjs": "^7.3.0", "@stripe/react-stripe-js": "^6.5.0", "@stripe/stripe-js": "^9.7.0", "@tanstack/react-query": "^5.101.0", "@tanstack/react-query-devtools": "^5.101.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "i18next": "^26.3.1", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^0.554.0", "react": "^19.2.0", "react-day-picker": "^9.11.1", "react-dom": "^19.2.0", "react-hot-toast": "^2.6.0", "react-i18next": "^17.0.8", "react-router-dom": "^7.12.0", "sockjs-client": "^1.6.1", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/node": "^24.10.7", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@types/sockjs-client": "^1.5.4", "@vitejs/plugin-react-swc": "^4.2.2", "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" } }