UNPKG

use-three-transient-updates

Version:
52 lines (51 loc) 1.41 kB
{ "name": "use-three-transient-updates", "version": "1.1.2", "description": "Hooks to do use data with rapidly changed values inside.", "source": "src/index.ts", "typings": "dist/index.d.ts", "main": "dist/use-transient-updates.js", "unpkg": "dist/use-transient-updates.umd.js", "scripts": { "prepublish": "npm run build", "build": "microbundle -ts", "dev": "microbundle -ts watch" }, "dependencies": { "react": "^16.12.0", "react-three-fiber": "^3.0.17" }, "peerDependencies": { "react": "^16.12.0", "react-three-fiber": "^3.0.17" }, "devDependencies": { "@types/react": "^16.9.17", "microbundle": "^0.11.0", "tslint": "^5.20.1", "tslint-clean-code": "^0.2.10", "tslint-config-prettier": "^1.18.0", "tslint-immutable": "^6.0.1", "tslint-react": "^4.1.0", "tslint-react-hooks": "^2.2.1", "tslint-sonarts": "^1.9.0", "typescript": "^3.7.4" }, "repository": { "type": "git", "url": "git+https://github.com/linonetwo/use-react-three-fiber-transient-updates.git" }, "keywords": [ "ecs", "react", "encompass", "game", "threejs" ], "author": "linonetwo", "license": "MIT", "bugs": { "url": "https://github.com/linonetwo/use-react-three-fiber-transient-updates/issues" }, "homepage": "https://github.com/linonetwo/use-react-three-fiber-transient-updates#readme" }