From 72e89afac0f11d59e4399f245e6dcc728bec38d9 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 15 Jul 2023 02:46:14 +0530 Subject: cleaned up code, added timeout, etc --- package.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6cec836..4519ad1 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,23 @@ { - "name": "tic-tac-toe", + "name": "x", "version": "0.1.0", "private": true, "dependencies": { - "express": "^4.17.1", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-scripts": "4.0.3", - "socket.io": "^4.1.3", - "socket.io-client": "^4.1.3" + "@testing-library/jest-dom": "^5.16.5", + "@testing-library/react": "^13.4.0", + "@testing-library/user-event": "^13.5.0", + "express": "^4.18.2", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-scripts": "5.0.1", + "socket.io": "^4.7.1", + "socket.io-client": "^4.7.1", + "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", + "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { -- cgit v1.2.3