UNPKG

wawa-vfx

Version:

A simple and easy-to-use library for creating visual effects in React Three Fiber.

76 lines (75 loc) 1.75 kB
{ "name": "wawa-vfx", "private": false, "version": "1.2.10", "license": "MIT", "types": "dist/index.d.ts", "main": "dist/index.umd.js", "module": "dist/index.es.js", "keywords": [ "react", "three", "react-three", "react-three-fiber", "react-three-drei", "react-three-postprocessing", "vfx", "particles", "effects" ], "description": "A simple and easy-to-use library for creating visual effects in React Three Fiber.", "homepage": "https://wawa-vfx.wawasensei.dev/", "repository": { "type": "git", "url": "https://github.com/wass08/wawa-vfx.git", "directory": "packages/react" }, "bugs": { "url": "https://github.com/wass08/wawa-vfx/issues" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.umd.js" } }, "files": [ "dist" ], "scripts": { "build": "vite build", "dev": "vite" }, "dependencies": { "wawa-vfx-vanilla": "^1.2.10" }, "peerDependencies": { "@react-three/fiber": "^9.0.0", "leva": "^0.10.0", "react": "^19", "react-dom": "^19", "three": ">=0.159", "zustand": "^5.0.0" }, "peerDependenciesOptional": { "leva": true }, "devDependencies": { "@react-three/drei": "^10.0.3", "@react-three/fiber": "^9.0.4", "@react-three/postprocessing": "^3.0.4", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "@types/three": "^0.174.0", "@vitejs/plugin-react": "^4.3.4", "leva": "^0.10.0", "react": "^19.0.0", "react-dom": "^19.0.0", "three": "^0.174.0", "typescript": "^5.8.2", "vite": "^6.2.0", "vite-plugin-dts": "^4.5.4", "zustand": "^5.0.3" } }