@teaui/react
Version:
React Reconciler and renderer for TeaUI
62 lines • 1.28 kB
JSON
{
"type": "module",
"name": "@teaui/react",
"description": "React Reconciler and renderer for TeaUI",
"author": "Colin T.A. Gray <colinta@colinta.com>",
"contributors": [],
"version": "1.14.14",
"license": "MIT",
"preferGlobal": false,
"repository": {
"type": "git",
"url": "https://github.com/colinta/teaui"
},
"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.14.14"
},
"devDependencies": {
"@types/react": "^18.2.39",
"@types/react-reconciler": "^0.28.8",
"@teaui/shared": "1.14.14"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf .dist/",
"_build": "pnpm clean && pnpm tsc",
"build": "node ../../shared/check.js",
"test": "vitest run",
"test:watch": "vitest"
}
}