Initial Commit

This commit is contained in:
2026-04-05 20:15:13 +10:00
commit 592be30781
193 changed files with 79479 additions and 0 deletions

22
node_modules/.package-lock.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "atomicle",
"lockfileVersion": 3,
"requires": true,
"packages": {
"node_modules/@chrisoakman/chessboardjs": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@chrisoakman/chessboardjs/-/chessboardjs-1.0.0.tgz",
"integrity": "sha512-JHXHoQwwc86xW3F0YIdFcEWLnPldee5mHkqwJbOTeDh5gvNmYXyBj6AkeecDkj2WtORF959yaWYlpyZHUl3LCQ==",
"license": "MIT",
"dependencies": {
"jquery": ">=3.4.1"
}
},
"node_modules/jquery": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz",
"integrity": "sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==",
"license": "MIT"
}
}
}