mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
30 lines
891 B
JSON
30 lines
891 B
JSON
{
|
|
"name": "gl-react-headless",
|
|
"version": "3.13.0",
|
|
"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": "^3.13.0",
|
|
"react": "*"
|
|
},
|
|
"dependencies": {
|
|
"gl": "^4.0.2",
|
|
"invariant": "^2.2.1",
|
|
"prop-types": "^15.5.8",
|
|
"raf": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"gl-react": "^3.13.0"
|
|
},
|
|
"scripts": {
|
|
"prepublish":
|
|
"cd ../.. && export PATH=$(npm bin):$PATH && cd - &&rm -rf lib && babel --source-maps -d lib src && flow-copy-source -v src lib",
|
|
"watch":
|
|
"cd ../.. && export PATH=$(npm bin):$PATH && cd - && babel --watch --source-maps -d lib src"
|
|
}
|
|
}
|