UNPKG

react-matter-js

Version:

React adapter for the Matter.js physics engine

37 lines (36 loc) 923 B
{ "main": "index.js", "typings": "index.d.ts", "module": "rmjs.esm.js", "name": "react-matter-js", "dependencies": { "@emotion/core": "^10.0.28", "@react-hook/window-size": "^1.0.13", "@types/matter-js": "^0.10.9", "emotion": "^10.0.27", "immer": "^5.3.6", "matter-js": "^0.14.2", "pathseg": "^1.2.0", "poly-decomp": "^0.3.0", "src": "^1.1.2", "svgpath": "^2.2.3", "tuplerone": "^3.4.0-beta.6" }, "repository": { "type": "git", "url": "git+https://github.com/slikts/react-matter-js.git" }, "keywords": [ "physics-engine", "react", "matter-js" ], "author": "slikts <dabas@untu.ms>", "license": "MIT", "bugs": { "url": "https://github.com/slikts/react-matter-js/issues" }, "homepage": "https://github.com/slikts/react-matter-js#readme", "description": "React adapter for the Matter.js physics engine", "version": "1.0.5" }