CoffeeChat/webapp/package.json

39 lines
903 B
JSON
Raw Permalink Normal View History

2026-04-03 12:35:13 +02:00
{
2026-04-06 12:56:17 +02:00
"name": "coffee-chat-webapp",
"version": "0.1.2",
"private": false,
2026-04-03 12:35:13 +02:00
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"mediasoup-client": "^3.18.7",
"next": "^16.2.1",
"peerjs": "^1.5.5",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"sdp-transform": "^3.0.0",
"shadcn": "^4.1.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}