UNPKG

gl-react-dom

Version:

DOM implementation of gl-react, an universal React library to write and compose WebGL shaders

49 lines (48 loc) 1.19 kB
{ "name": "gl-react-dom", "version": "6.0.0", "license": "MIT", "author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>", "description": "DOM implementation of gl-react, an universal React library to write and compose WebGL shaders", "keywords": [ "gl-react", "gl", "opengl", "react", "react-dom", "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": { "gl-react": "global:GLReact", "react": "global:React" }, "peerDependencies": { "gl-react": "*", "react": ">=18" }, "devDependencies": { "gl-react": "^6.0.0" }, "dependencies": { "invariant": "^2.2.4", "prop-types": "^15.7.2", "raf": "^3.4.1", "webgltexture-loader-dom": "2.1.2" }, "scripts": { "build": "cd ../.. && export PATH=$(npm bin):$PATH && cd - && rm -rf gl-react-dom.js && browserify lib/index.js -t [ browserify-shim ] --standalone GLReactDOM > gl-react-dom.js" }, "gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e" }