three-viewport-gizmo
Version:
Three Viewport Gizmo is a highly customizable standalone interactive three.js view helper controls, allowing effortless integration with popular camera libraries.
64 lines (63 loc) • 1.84 kB
JSON
{
"name": "three-viewport-gizmo",
"description": "Three Viewport Gizmo is a highly customizable standalone interactive three.js view helper controls, allowing effortless integration with popular camera libraries.",
"author": "Fennec",
"license": "MIT",
"files": [
"dist"
],
"main": "./dist/three-viewport-gizmo.umd.cjs",
"module": "./dist/three-viewport-gizmo.js",
"exports": {
".": {
"import": "./dist/three-viewport-gizmo.js",
"require": "./dist/three-viewport-gizmo.umd.cjs"
}
},
"version": "2.2.0",
"type": "module",
"types": "./dist/three-viewport-gizmo.d.ts",
"scripts": {
"dev": "vite serve --config=vite.live.config.js",
"build": "tsc && vite build ",
"build:live": "tsc && vite build --config=vite.live.config.js",
"preview": "vite preview --config=vite.live.config.js",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@types/node": "^20.11.28",
"@types/three": "^0.173.0",
"@vitejs/plugin-vue": "^5.1.4",
"camera-controls": "^2.8.3",
"oh-vue-icons": "^1.0.0-rc3",
"three": "^0.173.0",
"typescript": "^5.2.2",
"utility-types": "^3.11.0",
"vite": "^6.2.0",
"vite-plugin-dts": "^4.3.0",
"vitepress": "^1.6.3",
"vue": "^3.5.12"
},
"peerDependencies": {
"three": ">=0.162.0 <1.0.0"
},
"keywords": [
"three.js",
"viewport",
"gizmo",
"helper",
"3d",
"web"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Fennec-hub/three-viewport-gizmo.git"
},
"bugs": {
"url": "https://github.com/Fennec-hub/three-viewport-gizmo/issues"
},
"homepage": "https://github.com/Fennec-hub/three-viewport-gizmo#readme"
}