aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 12 insertions, 7 deletions
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": {