mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
20 lines
399 B
JSON
20 lines
399 B
JSON
{
|
|
"name": "nextjs-pages-router",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node server.js",
|
|
"build": "next build",
|
|
"start": "NODE_ENV=production node server.js",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.1.4",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"socket.io": "^4.7.5",
|
|
"socket.io-client": "^4.7.5"
|
|
}
|
|
}
|