Martin Booth 37821b421b Replace usage of legacy context api and remove loseGL
React double mounts/unmounts components and loseGL is not compatible with that
Moved usage of the legacy context to newer context apis
2025-01-01 17:36:17 -08:00

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"
}