UNPKG

@teaui/react

Version:

React Reconciler and renderer for TeaUI

55 lines 1.11 kB
{ "name": "@teaui/react", "description": "React Reconciler and renderer for TeaUI", "author": "Colin T.A. Gray <colinta@colinta.com>", "contributors": [], "version": "1.2.5", "license": "MIT", "preferGlobal": false, "repository": { "type": "git", "url": "git://github.com/colinta/teaui.git" }, "homepage": "https://github.com/colinta/teaui", "main": ".dist/index.js", "types": ".dist/index.d.ts", "files": [ ".dist/" ], "bugs": { "url": "http://github.com/colinta/teaui/issues" }, "keywords": [ "react", "curses", "tui", "terminal", "text-ui", "terminal-ui" ], "tags": [ "react", "curses", "tui", "terminal" ], "engines": { "node": ">= 18.12.0" }, "peerDependencies": { "react": "^18.2.0", "react-reconciler": "^0.29.0" }, "dependencies": { "@teaui/core": "^1.2.5" }, "devDependencies": { "@types/react": "^18.2.39", "@types/react-reconciler": "^0.28.8", "@teaui/shared": "1.1.4" }, "scripts": { "clean": "rm -rf .dist/", "build": "pnpm clean && pnpm tsc" } }