Files
FranciaOcupada/client/package.json
Resistencia Dev 94d1ffbf56
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 7s
Fix: Cambio a Rondas.mp3 y corrección lógica votación
2025-12-18 20:31:30 +01:00

33 lines
820 B
JSON

{
"name": "resistencia-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"lucide-react": "^0.294.0",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.19.27",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}