mirror of
https://github.com/gre/gl-react.git
synced 2025-12-08 21:35:55 +00:00
React double mounts/unmounts components and loseGL is not compatible with that Moved usage of the legacy context to newer context apis
30 lines
674 B
JSON
30 lines
674 B
JSON
{
|
|
"name": "gl-react-headless",
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
|
|
"description": "headless-gl implementation of gl-react, an universal React library to write and compose WebGL shaders",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
".flowconfig",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"peerDependencies": {
|
|
"gl-react": "*",
|
|
"react": "*"
|
|
},
|
|
"dependencies": {
|
|
"gl": "^8.1.6",
|
|
"invariant": "^2.2.4",
|
|
"prop-types": "^15.7.2",
|
|
"raf": "^3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"gl-react": "^5.2.0"
|
|
},
|
|
"gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e"
|
|
}
|