Files
videopeersjs/client/package.json
2025-09-16 01:54:29 +02:00

34 líneas
798 B
JSON

{
"name": "videopeersjs-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@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.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.9",
"postcss": "^8.4.45",
"sass": "^1.78.0",
"tailwindcss": "^3.4.10"
}
}