mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-05 17:35:36 -05:00
28 lines
670 B
JSON
28 lines
670 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|