refactoring - chess logic used from third party package
This commit is contained in:
Generated
+6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user