UNPKG

@tilia/react

Version:

🍃 React State Management with Tilia.

35 lines 722 B
{ "name": "@tilia/react", "version": "2.2.0", "homepage": "https://tiliajs.com", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "type": "module", "repository": { "type": "git", "url": "https://github.com/tiliajs/tilia.git" }, "description": "🍃 React State Management with Tilia.", "keywords": [ "state management", "domain-driven", "reactive", "typescript", "rescript", "frp", "react", "hooks", "computed", "minimal", "simple" ], "author": "Gaspard Anna Bucher <g.a.bucher@midasum.com>", "license": "MIT", "peerDependencies": { "react": "*" }, "dependencies": { "tilia": "2.2.0" } }