Refactor: Implement SmartCube renderer, improve UI styling, and fix gaps
This commit is contained in:
40
node_modules/rubiks-js/package.json
generated
vendored
Normal file
40
node_modules/rubiks-js/package.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "rubiks-js",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "A rubiks cube with no dependencies. Can use custom images for faces. The state of the cube can be safed.",
|
||||
"keywords": [
|
||||
"rubiks",
|
||||
"cube",
|
||||
"rubiks cube",
|
||||
"3x3x3",
|
||||
"3x3",
|
||||
"state",
|
||||
"jsdoc",
|
||||
"image",
|
||||
"picture",
|
||||
"touch",
|
||||
"mobile",
|
||||
"phone"
|
||||
],
|
||||
"homepage": "https://github.com/pedeEli/rubiks/blob/main/packages/rubiks/README.md",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pedeEli/rubiks/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Elias Gerster"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pedeEli/rubiks.git"
|
||||
},
|
||||
"main": "./src/index.js",
|
||||
"scripts": {
|
||||
"check": "tsc",
|
||||
"publish": "npm publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.4.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user