mlightcad
Version:
A highly customizable standalone view cube addon for three.js
37 lines (36 loc) • 875 B
JSON
{
"name": "@mlightcad/three-viewcube-demo",
"description": "View cube demo",
"license": "MIT",
"private": false,
"version": "0.0.1",
"author": "MLight Lee <mlight.lee@outlook.com>",
"repository": {
"type": "git",
"url": "git://github.com/mlight-lee/three-viewcube"
},
"keywords": [
"viewcube",
"three",
"three.js",
"cad",
"mlight",
"mlightcad"
],
"type": "module",
"scripts": {
"dev": "vite",
"clean": "rimraf dist lib tsconfig.tsbuildinfo",
"build": "tsc && vite build",
"lint": "pnpm eslint -c ../../.eslintrc.js --ext .ts,.js,.vue --quiet src/"
},
"devDependencies": {
"@types/three": "^0.172.0"
},
"dependencies": {
"@mlightcad/three-viewcube": "^0.0.8",
"@tweenjs/tween.js": "^25.0.0",
"lil-gui": "^0.19.2",
"three": "^0.172.0"
}
}