Squashed commit of the following:

commit dbb5ce37add830b04e3cb977ca5caa9ae9429001
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Tue Mar 26 03:07:38 2024 +0100

    feat : add move click

commit a6d1d10d452a1e556b6e2ecb1fd12ada135b96d0
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Tue Mar 26 01:44:49 2024 +0100

    feat : board refacto done

commit 55f7d6dbac4cb135796cf66120de613e0bf34462
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Sun Mar 24 04:00:35 2024 +0100

    feat : add click to move
This commit is contained in:
GuillaumeSD
2024-03-26 03:08:34 +01:00
parent 8355dbc4e8
commit cd514d90cf
16 changed files with 557 additions and 560 deletions

8
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"jotai": "^2.6.4",
"next": "13.5.6",
"react": "18.2.0",
"react-chessboard": "^4.4.0",
"react-chessboard": "^4.5.0",
"react-dom": "18.2.0"
},
"devDependencies": {
@@ -4922,9 +4922,9 @@
}
},
"node_modules/react-chessboard": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/react-chessboard/-/react-chessboard-4.4.0.tgz",
"integrity": "sha512-UJuFVju9pEcPJvH76HQyccm4uHyU755/Uf/3e1QfMHGWLFCBeEMSUkbzhlvxSL8Mutj/4wRxBVyJMyjhtnX0xg==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/react-chessboard/-/react-chessboard-4.5.0.tgz",
"integrity": "sha512-YS91zFMZlaW05vIFOAkM2KnR5wp/sqBCzglUe1GJrXOtVkxzDT7Tr6cetm2txMGmSwdFQgurIi2/wKV1YQs34w==",
"dependencies": {
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",