Merge final group into main (#3)

This commit was merged in pull request #3.
This commit is contained in:
2026-05-10 20:10:01 +00:00
parent 4275cbd795
commit 1910e479ec
20 changed files with 3080 additions and 1 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "polly-p2p-poll",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "PORT=4444 npx y-webrtc & vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"y-indexeddb": "^9.0.12",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.27",
"uuid": "^13.0.0"
},
"devDependencies": {
"typescript": "^5.9.2",
"vite": "^7.1.5"
}
}