mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Implement standalone control server
This commit is contained in:
26
packages/streamwall-control-client/package.json
Normal file
26
packages/streamwall-control-client/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "streamwall-control-client",
|
||||
"version": "1.0.0",
|
||||
"description": "Multiplayer Streamwall: frontend",
|
||||
"main": "src/index.tsx",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build"
|
||||
},
|
||||
"repository": "github:streamwall/streamwall",
|
||||
"author": "Max Goodhart <c@chromakode.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@preact/preset-vite": "^2.10.1",
|
||||
"jsondiffpatch": "^0.7.3",
|
||||
"reconnecting-websocket": "^4.4.0",
|
||||
"typescript": "~4.5.4",
|
||||
"vite": "^5.4.14",
|
||||
"yjs": "^13.6.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@preact/preset-vite": "^2.9.3",
|
||||
"@tsconfig/recommended": "^1.0.8",
|
||||
"@tsconfig/vite-react": "^6.3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user