- Updated styles for VideoPage; - Added StreamerRoute component; - Remove unused Login and Signup pages; - Update to Navbar and Logo components for new structure on different pages; - Update to auth flow to display error messages to user;
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"dependencies": {
|
|
"@types/video.js": "^7.3.58",
|
|
"axios": "^1.7.9",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"video.js": "^8.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3"
|
|
}
|
|
}
|