Remove Madame Mode feature and associated styles, refactor video player server logic, and add MIT license and new styles for video player interface.

This commit is contained in:
Arthur
2025-09-14 19:55:44 +02:00
parent ce6722f824
commit 25e63efb75
13 changed files with 962 additions and 1485 deletions
+15 -9
View File
@@ -1,18 +1,24 @@
{
"name": "syncfilm",
"version": "1.0.0",
"main": "index.js",
"description": "SyncFilm est une application web qui permet à plusieurs utilisateurs de regarder des films ensemble en temps réel, avec une lecture parfaitement synchronisée.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/arthur-pbty-labs/syncfilm.git"
},
"author": "arthur-pbty",
"license": "MIT",
"bugs": {
"url": "https://github.com/arthur-pbty-labs/syncfilm/issues"
},
"homepage": "https://github.com/arthur-pbty-labs/syncfilm#readme",
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express": "^5.1.0",
"socket.io": "^4.8.1"
}
}