Files
FranciaOcupada/client/package.json
Resistencia Dev 98b5984a6b
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 6s
chore: bump version to 1.3.0
2025-12-22 23:47:33 +01:00

32 lines
819 B
JSON

{
"name": "resistencia-client",
"version": "1.3.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"
}
}