Centralize control and OBS copy in a shared TOML catalog, persist the selected locale per account, and broadcast language changes to component streams. Allow account owners to atomically switch their Bilibili room and restart the shared listener without changing component URLs.
26 lines
805 B
JSON
26 lines
805 B
JSON
{
|
|
"name": "lxc-stream-overlay",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "tsc -b && vite build",
|
|
"dev": "vite",
|
|
"docs:check": "node scripts/check-doc-links.mjs ../..",
|
|
"format": "prettier --ignore-path ../../.prettierignore --write . ../server-rust/README.md ../../README.md ../../docs ../../compose.yaml",
|
|
"format:check": "prettier --ignore-path ../../.prettierignore --check . ../server-rust/README.md ../../README.md ../../docs ../../compose.yaml"
|
|
},
|
|
"dependencies": {
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.1.10",
|
|
"@types/react-dom": "19.1.7",
|
|
"@vitejs/plugin-react": "5.0.2",
|
|
"prettier": "3.9.5",
|
|
"smol-toml": "1.4.2",
|
|
"typescript": "5.9.2",
|
|
"vite": "7.3.6"
|
|
}
|
|
}
|