mirror of
https://github.com/rive-app/rive-react.git
synced 2025-12-19 01:30:08 +08:00
26 lines
646 B
JSON
26 lines
646 B
JSON
{
|
|
"name": "@rive-app/react-webgl2",
|
|
"version": "4.25.0",
|
|
"description": "React wrapper around the @rive-app/webgl2 library",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist/**"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rive-app/rive-react.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/rive-app/rive-react/issues"
|
|
},
|
|
"homepage": "https://github.com/rive-app/rive-react#readme",
|
|
"dependencies": {
|
|
"@rive-app/webgl2": "2.33.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0"
|
|
}
|
|
} |