inital
Showing
... | @@ -9,19 +9,21 @@ | ... | @@ -9,19 +9,21 @@ |
"lint": "next lint" | "lint": "next lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"next": "15.1.0", | |||
"react": "^19.0.0", | "react": "^19.0.0", | ||
"react-dom": "^19.0.0", | "react-dom": "^19.0.0", | ||
"next": "15.1.0" | "socket.io": "^4.8.1", | ||
"socket.io-client": "^4.8.1" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"typescript": "^5", | "@eslint/eslintrc": "^3", | ||
"@types/node": "^20", | "@types/node": "^20", | ||
"@types/react": "^19", | "@types/react": "^19", | ||
"@types/react-dom": "^19", | "@types/react-dom": "^19", | ||
"postcss": "^8", | |||
"tailwindcss": "^3.4.1", | |||
"eslint": "^9", | "eslint": "^9", | ||
"eslint-config-next": "15.1.0", | "eslint-config-next": "15.1.0", | ||
"@eslint/eslintrc": "^3" | "postcss": "^8", | ||
"tailwindcss": "^3.4.1", | |||
"typescript": "^5" | |||
} | } | ||
} | } |
src/components/GameBoard.tsx
0 → 100644
src/pages/api/socket.ts
0 → 100644
src/types/game.ts
0 → 100644
Please
register
or
sign in
to comment