forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
Uses Yjs CRDTs for conflict-free shared state and y-webrtc for peer-to-peer data exchange. Users can add poll options and vote/unvote, with all changes syncing in real-time across connected peers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
304 B
JSON
19 lines
304 B
JSON
{
|
|
"name": "p2p-poll",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"yjs": "^13.6.0",
|
|
"y-webrtc": "^10.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.0.0"
|
|
}
|
|
}
|