feat : init game eval

This commit is contained in:
GuillaumeSD
2024-02-17 00:19:40 +01:00
parent 36f7577ac0
commit 770ae13517
12 changed files with 200 additions and 95 deletions

View File

@@ -10,7 +10,9 @@
"deploy": "firebase deploy --project=freechess --only hosting"
},
"dependencies": {
"next": "13.4.5",
"chess.js": "^1.0.0-beta.7",
"jotai": "^2.6.4",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},