{ "name": "ts-rdo", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "lint:fix": "eslint . --fix", "preview": "vite preview", "start": "node scripts/start.js", "check": "tsc -b --noEmit", "analyze": "vite build --mode analyze", "clean": "rm -rf dist node_modules/.vite", "auto-sync": "node scripts/auto-sync.js" }, "dependencies": { "@capacitor/core": "^8.2.0", "@capacitor/ios": "^8.2.0", "@hookform/resolvers": "^5.2.2", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-toast": "^1.2.15", "@supabase/supabase-js": "^2.99.3", "@tailwindcss/vite": "^4.2.2", "@tanstack/react-query": "^5.95.0", "@tanstack/react-query-devtools": "^5.95.0", "@vitejs/plugin-react": "^6.0.1", "chokidar": "^5.0.0", "clsx": "^2.1.1", "dexie": "^4.3.0", "dexie-react-hooks": "^4.2.0", "framer-motion": "^12.38.0", "lucide-react": "^0.577.0", "phosphor-react": "^1.4.1", "qrcode.react": "^4.2.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-hook-form": "^7.72.0", "react-router-dom": "^7.13.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.2", "typescript": "~5.9.3", "vite": "^8.0.1", "vite-tsconfig-paths": "^6.1.1", "zod": "^4.3.6", "zustand": "^5.0.12" }, "devDependencies": { "@capacitor/cli": "^8.2.0", "@eslint/js": "^9.39.4", "@types/node": "^25.5.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.57.1", "@typescript-eslint/parser": "^8.57.1", "babel-plugin-react-dev-locator": "^1.0.6", "baseline-browser-mapping": "^2.10.10", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^15.15.0", "typescript-eslint": "^8.57.1" } }