@react-ecs/boids
Version:
<h1 align="center"> <br> <a href="https://react-ecs.ldlework.com"><img src="https://i.imgur.com/Rn6yLZs.gif" alt="React ECS" width="300"></a> <br> React ECS <br> <a href="https://react-ecs.ldlework.com">react-ecs.ldlework.com</a> </h1>
35 lines (34 loc) • 709 B
JSON
{
"name": "@react-ecs/boids",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "https://github.com/dustinlacewell/react-ecs"
},
"keywords": [
"react-ecs",
"ecs",
"react",
"r3f",
"react-three",
"react-three-fiber",
"babylon",
"babylonjs",
"boids"
],
"main": "./boids.umd.js",
"module": "./boids.esm.js",
"typings": "./index.d.ts",
"dependencies": {},
"peerDependencies": {
"@react-three/drei": "^4.1.8",
"leva": "^0.9.8",
"react": "17.0.2",
"@react-ecs/core": "0.0.3",
"tick-knock": "^3.0.1",
"mobx": "^6.2.0",
"@react-ecs/three": "0.0.3",
"three": "^0.127.0",
"@react-three/fiber": "^6.0.14"
}
}