Refactor: Implement SmartCube renderer, improve UI styling, and fix gaps

This commit is contained in:
2026-02-22 04:35:59 +00:00
parent 57abfd6b80
commit b5ddc21662
4168 changed files with 763782 additions and 1008 deletions

27
node_modules/@gkucmierz/utils/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "@gkucmierz/utils",
"version": "1.28.3",
"description": "Usefull functions for solving programming tasks",
"main": "main.mjs",
"scripts": {
"test": "jasmine",
"watch": "nodemon --exec 'npm test'",
"main": "node scripts/generate_main.mjs",
"docs": "npm run docs:build; npm run docs:open",
"docs:build": "jsdoc -c jsdoc.json --readme README.md",
"docs:open": "open docs/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gkucmierz/utils"
},
"author": "Grzegorz Kućmierz",
"license": "MIT",
"devDependencies": {
"docdash": "^2.0.2",
"husky": "^8.0.1",
"jasmine": "^4.4.0",
"jsdoc": "^4.0.4",
"nodemon": "^2.0.20"
}
}