Add OBS group management feature #3
2 changed files with 2 additions and 4 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
run: rm -rf .next
|
run: rm -rf .next
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci --no-optional
|
run: npm ci
|
||||||
|
|
||||||
- name: Run type check
|
- name: Run type check
|
||||||
run: npm run type-check
|
run: npm run type-check
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tailwindcss/postcss": "^4.1.11",
|
"@tailwindcss/postcss": "^4.1.11",
|
||||||
|
"bufferutil": "^4.0.8",
|
||||||
"next": "^15.4.1",
|
"next": "^15.4.1",
|
||||||
"obs-websocket-js": "^5.0.6",
|
"obs-websocket-js": "^5.0.6",
|
||||||
"react": "^19.1.0",
|
"react": "^19.1.0",
|
||||||
|
@ -24,9 +25,6 @@
|
||||||
"sqlite3": "^5.1.7",
|
"sqlite3": "^5.1.7",
|
||||||
"ws": "^8.18.0"
|
"ws": "^8.18.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
|
||||||
"bufferutil": "^4.0.8"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/forms": "^0.5.10",
|
"@tailwindcss/forms": "^0.5.10",
|
||||||
"@testing-library/jest-dom": "^6.6.3",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue