initial commit

This commit is contained in:
2026-06-20 19:08:18 +02:00
commit 4d087777dd
53 changed files with 4507 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"name": "assets",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "assets",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chess.js": "^1.4.0",
"chessground": "^9.2.1"
}
},
"node_modules/chess.js": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/chess.js/-/chess.js-1.4.0.tgz",
"integrity": "sha512-BBJgrrtKQOzFLonR0l+k64A98NLemPwNsCskwb+29bRwobUa4iTm51E1kwGPbWXAcfdDa18nad6vpPPKPWarqw==",
"license": "BSD-2-Clause"
},
"node_modules/chessground": {
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/chessground/-/chessground-9.2.1.tgz",
"integrity": "sha512-KIdxm0zD69e62XRwdnFB0XUNYSzn5HM3pMazRCwpfruRUowFI8y+1OAK5YSyBff29myeV1/4o5Q8T191+Irbog==",
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"license": "GPL-3.0-or-later",
"funding": {
"url": "https://lichess.org/patron"
}
}
}
}