{ "name": "tldraw-yjs-example", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "concurrently \"vite\" \"HOST=localhost PORT=4321 npx y-websocket\" --kill-others", "build": "tsc && vite build", "preview": "vite preview", "deploy": "yarn build && npx partykit deploy", "lint": "yarn dlx @biomejs/biome check --apply src" }, "dependencies": { "partykit": "0.0.27", "react": "^18.2.0", "react-dom": "^18.2.0", "tldraw": "2.3.0", "y-partykit": "0.0.7", "y-utility": "0.1.3", "y-websocket": "1.5.0", "yjs": "^13.6.8" }, "devDependencies": { "@biomejs/biome": "1.4.1", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.3", "concurrently": "^8.2.0", "typescript": "^5.0.2", "vite": "^4.4.5", "vite-plugin-top-level-await": "^1.3.1", "vite-plugin-wasm": "^3.2.2" }, "packageManager": "yarn@4.0.2" }