r3f-managed-glb
Version:
Wrapper around the gbl/gltf loader that allows handling and customizing only selected nodes in JSX instead of generating the full JSX file.
73 lines (72 loc) • 1.86 kB
JSON
{
"name": "r3f-managed-glb",
"version": "1.1.19",
"description": "Wrapper around the gbl/gltf loader that allows handling and customizing only selected nodes in JSX instead of generating the full JSX file.",
"keywords": [
"react",
"threejs",
"glb",
"drei",
"r3f",
"fiber",
"three",
"gltf",
"managed",
"controlled",
"handler",
"jsx"
],
"homepage": "https://github.com/dsdevgit/r3f-managed-glb#readme",
"bugs": {
"url": "https://github.com/dsdevgit/r3f-managed-glb/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsdevgit/r3f-managed-glb.git"
},
"license": "MIT",
"author": "Dennis Sadovsky",
"files": [
"dist",
"README.md",
"assets"
],
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch"
},
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"@react-spring/core": "^9.7.5",
"@react-three/drei": "^9.102.6",
"@react-three/fiber": "^8.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.174.0"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.174.0",
"@react-three/fiber": "^8.16.0",
"@react-three/drei": "^9.102.6",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/three": "^0.174.0",
"@vitejs/plugin-react": "^4.2.1",
"jsdom": "^24.0.0",
"typescript": "^5.8.2",
"vite": "^5.1.3",
"vite-plugin-dts": "^4.5.3",
"vitest": "^1.2.2"
}
}