mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-14 17:52:04 -04:00
Initial v2 overhaul
This commit is contained in:
27
packages/streamwall-control-ui/package.json
Normal file
27
packages/streamwall-control-ui/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "streamwall-control-ui",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"main": "./src/index.tsx",
|
||||
"dependencies": {
|
||||
"@fontsource/noto-sans": "^5.1.1",
|
||||
"color": "^5.0.0",
|
||||
"jsondiffpatch": "^0.6.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"luxon": "^3.5.0",
|
||||
"preact": "^10.25.3",
|
||||
"react-hotkeys-hook": "^4.6.1",
|
||||
"react-icons": "^5.4.0",
|
||||
"reconnecting-websocket": "^4.4.0",
|
||||
"styled-components": "^6.1.14",
|
||||
"xstate": "^5.19.1",
|
||||
"yjs": "^13.6.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@preact/preset-vite": "^2.9.3",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/luxon": "^3.4.2",
|
||||
"typescript": "~5.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user