qubit 1.0.0-beta.2

Seamless RPC for Rust & TypeScript
Documentation
{
  "name": "chat_room_react",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "conc -rk \"cargo watch -C ./src-rust -x run -w ./src -w Cargo.toml\" \"vite --clearScreen=false\"",
    "build": "tsc && vite build",
    "check": "tsc"
  },
  "dependencies": {
    "@qubit-rs/client": "workspace:*",
    "@tanstack/react-query": "^5.62.0",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@vitejs/plugin-react": "^6.0.1",
    "concurrently": "^9.2.1",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "typescript": "^5.7.2",
    "vite": "^8.0.2"
  }
}