Refactor: Implement SmartCube renderer, improve UI styling, and fix gaps
This commit is contained in:
11
package-lock.json
generated
11
package-lock.json
generated
@@ -1,16 +1,17 @@
|
||||
{
|
||||
"name": "rubic-cube",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.26",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "rubic-cube",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.26",
|
||||
"dependencies": {
|
||||
"@gkucmierz/utils": "^1.28.3",
|
||||
"lucide-vue-next": "^0.564.0",
|
||||
"matrix-js": "^1.8.0",
|
||||
"rubiks-js": "^1.0.0",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -1082,6 +1083,12 @@
|
||||
"fsevents": "~2.3.2"
|
||||
}
|
||||
},
|
||||
"node_modules/rubiks-js": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/rubiks-js/-/rubiks-js-1.0.0.tgz",
|
||||
"integrity": "sha512-ABxwGyAHaqhUK6R93B+tEDMQ/yVKD390blE5q1RW1vgPjNNwIsCvdOw8TxxQ6DMPgk86Xx/J+qPKH99Xd8Zogg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/source-map-js": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
||||
|
||||
Reference in New Issue
Block a user