initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-09-16 01:54:29 +02:00
padre 9d013a7c87
commit 6d1dd42e6d
Se han modificado 44 ficheros con 1719 adiciones y 11509 borrados

Ver fichero

@@ -1,5 +1,5 @@
{
"name": "frontend",
"name": "videopeersjs-client",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -9,23 +9,25 @@
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.17",
"@vercel/analytics": "^1.1.1",
"next": "14.0.2",
"react": "^18",
"react-dom": "^18",
"react-player": "^2.13.0",
"socket.io-client": "^4.7.2"
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.0",
"@mui/material": "^6.1.0",
"@vercel/analytics": "^1.3.1",
"framer-motion": "^11.5.4",
"lucide-react": "^0.439.0",
"next": "^14.2.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"postcss": "^8",
"sass": "^1.69.5",
"tailwindcss": "^3.3.0"
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.9",
"postcss": "^8.4.45",
"sass": "^1.78.0",
"tailwindcss": "^3.4.10"
}
}