mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-11 07:58:13 -05:00
20 lines
367 B
JSON
20 lines
367 B
JSON
{
|
|
"name": "nextjs-app-router",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.1.4",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"socket.io": "^4.7.5",
|
|
"socket.io-client": "^4.7.5"
|
|
}
|
|
}
|