{ "name": "@dropout/ui", "private": true, "version": "0.1.0-alpha.3", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "biome check .", "preview": "vite preview" }, "dependencies": { "@base-ui/react": "^1.3.0", "@hookform/resolvers": "^5.2.2", "@stepperize/react": "^6.1.0", "@tauri-apps/api": "^2.10.1", "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "^2.4.5", "@tauri-apps/plugin-shell": "^2.3.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "es-toolkit": "^1.45.1", "lucide-react": "^1.7.0", "marked": "^17.0.5", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", "react": "^19.2.4", "react-dom": "^19.2.4", "react-hook-form": "^7.72.0", "react-router": "^7.13.2", "sonner": "^2.0.7", "tailwind-merge": "^3.4.1", "zod": "^4.3.6", "zustand": "^5.0.12" }, "devDependencies": { "@tailwindcss/vite": "^4.2.2", "@types/node": "^25.5.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "globals": "^17.4.0", "shadcn": "^4.1.0", "tailwindcss": "^4.2.2", "tw-animate-css": "^1.4.0", "typescript": "~6.0.2", "vite": "npm:rolldown-vite@^7" } }