UNPKG

gl-react

Version:

Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm

46 lines (45 loc) 1.17 kB
{ "name": "gl-react", "version": "6.0.0", "license": "MIT", "author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>", "description": "Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm", "keywords": [ "gl-react", "gl", "opengl", "react", "react-component" ], "repository": { "type": "git", "url": "https://github.com/gre/gl-react" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "src", "lib", "README.md", "LICENSE" ], "browserify-shim": { "react": "global:React" }, "peerDependencies": { "react": ">=18" }, "dependencies": { "gl-shader": "^4.3.1", "invariant": "^2.2.4", "ndarray": "^1.0.19", "prop-types": "^15.7.2", "typedarray-pool": "^1.2.0", "webgltexture-loader": "2.1.2", "webgltexture-loader-ndarray": "2.1.2" }, "scripts": { "build": "cd ../.. && export PATH=$(npm bin):$PATH && cd - && rm -rf gl-react.js && browserify lib/index.js -t [ browserify-shim ] --standalone GLReact > gl-react.js" }, "gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e" }