{ "name": "baraha-town", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@mona-health/react-input-mask": "^3.0.3", "@uidotdev/usehooks": "^2.4.1", "clsx": "^2.1.1", "gsap": "^3.13.0", "motion": "^12.23.24", "react": "^19.2.0", "react-device-detect": "^2.2.3", "react-dom": "^19.2.0", "react-router": "^7.9.5", "react-swipeable": "^7.0.2", "zustand": "^5.0.8" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/node": "^24.10.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "autoprefixer": "^10.4.21", "baseline-browser-mapping": "^2.9.14", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "postcss": "^8.5.6", "tailwindcss": "3", "typescript": "~5.9.3", "typescript-eslint": "^8.46.3", "vite": "npm:rolldown-vite@7.2.2" }, "overrides": { "vite": "npm:rolldown-vite@7.2.2" } }