initial commit
This commit is contained in:
21
apps/tui/package.json
Normal file
21
apps/tui/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "tui",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"module": "src/index.tsx",
|
||||
"scripts": {
|
||||
"dev": "bun run --watch src/index.tsx",
|
||||
"check-types": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@opentui/core": "^0.4.4",
|
||||
"@opentui/react": "^0.4.4",
|
||||
"react": "^19.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user