UNPKG

r3f-points-fx

Version:

React three fiber component for easily creating high performance particles meshes. Makes particles morphing from one arrangement to another a piece of cake.

58 lines (57 loc) 1.36 kB
{ "name": "r3f-points-fx", "private": false, "version": "2.0.1", "description": "React three fiber component for easily creating high performance particles meshes. Makes particles morphing from one arrangement to another a piece of cake.", "keywords": [ "react", "@react-three/fiber", "react-three-fiber particles", "three js points", "three js", "3d", "particles", "particles morphing" ], "license": "MIT", "type": "module", "main": "dist/main.cjs", "module": "dist/main.js", "types": "dist/main.d.ts", "exports": { ".": { "types": "./dist/main.d.ts", "import": "./dist/main.js", "require": "./dist/main.cjs" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/VedantSG123/R3FPointsFX" }, "scripts": { "build": "tsc -b ./tsconfig.lib.json && vite build", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "dependencies": {}, "peerDependencies": { "@react-three/drei": ">=9.32", "@react-three/fiber": ">=8.14", "react": ">=18.0", "react-dom": ">=18.0", "three": ">=0.133.0" }, "devDependencies": { "@types/node": ">=18.0", "@types/react": ">=18.0", "@types/react-dom": ">=18.0", "@types/three": ">=0.133.0" }, "engines": { "node": ">=18.0.0" } }