UNPKG

@react-three/gpu-pathtracer

Version:

⚡️ A React abstraction for the popular three-gpu-pathtracer.

60 lines (59 loc) 1.65 kB
{ "name": "@react-three/gpu-pathtracer", "version": "0.3.2", "description": "⚡️ A React abstraction for the popular three-gpu-pathtracer.", "type": "module", "files": [ "./**/*" ], "repository": { "type": "git", "url": "git+https://github.com/pmndrs/react-three-gpu-pathtracer" }, "bugs": { "url": "https://github.com/pmndrs/react-three-gpu-pathtracer/issues" }, "author": "Faraz Shaikh <farazzshaikh@gmail.com> (https://twitter.com/CantBeFaraz)", "contributors": [ "Dennis Smolek <Dennis@smolek.dev> (https://twitter.com/DennisSmolek)" ], "license": "MIT", "homepage": "https://github.com/pmndrs/react-three-gpu-pathtracer", "keywords": [ "react", "webgl", "three", "path", "tracing", "pathtracing", "raytracing" ], "main": "react-three-gpu-pathtracer.cjs.js", "module": "react-three-gpu-pathtracer.es.js", "types": "index.d.ts", "scripts": { "build": "tsc && vite build", "release": "yarn build && cp ./package.json ./dist/package.json && cd ./dist && npm publish" }, "devDependencies": { "@types/node": "^22.7.4", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/three": "^0.177.0", "@vitejs/plugin-react": "^4.3.1", "globals": "^15.9.0", "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.24", "typescript": "^5.5.3", "typescript-eslint": "^8.0.1", "vite": "^5.4.1", "vite-plugin-dts": "^4.2.1" }, "peerDependencies": { "@react-three/fiber": ">=8.0", "react": ">=18.0", "three": ">=0.149" }, "dependencies": { "three-gpu-pathtracer": "^0.0.23" } }