refactoring - chess logic used from third party package

This commit is contained in:
Moon Patel
2023-07-01 03:22:59 +05:30
parent b45cc5194c
commit 16326766b7
7 changed files with 416 additions and 396 deletions
+6
View File
@@ -14,6 +14,7 @@
"@mantine/hooks": "^6.0.14",
"@radix-ui/react-icons": "^1.3.0",
"@tabler/icons-react": "^2.23.0",
"chess.js": "^1.0.0-beta.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0",
@@ -1677,6 +1678,11 @@
"node": ">=4"
}
},
"node_modules/chess.js": {
"version": "1.0.0-beta.6",
"resolved": "https://registry.npmjs.org/chess.js/-/chess.js-1.0.0-beta.6.tgz",
"integrity": "sha512-sqBfX1VL3csSyqVM5ogbKA+aRlZyWDh276ruWXphwI0lDUMs7iYjZs29BOi49f7mXeunJE7cdfnIZhihsyLnsA=="
},
"node_modules/clsx": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",