@vci/quick-three
Version:
quick three
31 lines • 601 B
JSON
{
"name": "@vci/quick-three",
"description": "quick three",
"version": "1.0.23",
"author": "visual-ceiling",
"license": "ISC",
"keywords": [
"vci",
"three.js",
"quick"
],
"type": "module",
"exports": {
".": {
"import": "./src/index.js"
}
},
"devDependencies": {
"three": "0.177.0",
"@tweenjs/tween.js": "21.0.0",
"camera-controls": "2.10.1",
"@vci/helper": "^1.1.4"
},
"peerDependencies": {
"three": "0.177.0",
"@tweenjs/tween.js": "21.0.0",
"camera-controls": "2.10.1",
"@vci/helper": "^1.1.4"
},
"scripts": {}
}