UNPKG

@curtishughes/rubiks-cube

Version:

<img src="assets/classic.gif" height="150px" />

63 lines (62 loc) 1.62 kB
{ "name": "@curtishughes/rubiks-cube", "version": "2.0.2", "main": "index.js", "sideEffects": false, "license": "MIT", "author": "Curtis Hughes", "scripts": { "build": "webpack --mode production", "watch": "webpack --watch --mode production", "lint:write": "eslint ./src/**/*.ts --fix", "lint:check": "eslint ./src/**/*.ts", "format:write": "prettier --write \"**/*.{ts,json}\"", "format:check": "prettier --check \"**/*.{ts,json}\"", "release": "semantic-release", "commit": "commit" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@commitlint/prompt-cli": "^11.0.0", "@semantic-release/npm": "^7.0.10", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^7.0.0", "eslint": "^7.8.1", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^7.2.0", "husky": "^4.3.8", "lint-staged": "^10.5.4", "prettier": "2.2.1", "semantic-release": "^17.3.9", "three": "^0.124.0", "ts-loader": "^8.0.17", "typescript": "^4.0.2", "url-loader": "^4.1.1", "webpack": "^5.24.2", "webpack-cli": "^4.5.0" }, "peerDependencies": { "three": "^0.124.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/CurtisHughes/rubiks-cube" }, "keywords": [ "rubiks cube", "rubiks", "cube", "3D", "threejs", "web", "canvas", "mobile", "browser" ] }