forked from Karanjot786/TermUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 709 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@termuijs/example-showcase",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "TermUI Showcase — demonstrates all framework packages",
"scripts": {
"start": "bun src/index.tsx",
"dev": "bun --watch src/index.tsx",
"build": "echo 'no build needed'"
},
"dependencies": {
"@termuijs/core": "workspace:*",
"@termuijs/widgets": "workspace:*",
"@termuijs/ui": "workspace:*",
"@termuijs/jsx": "workspace:*",
"@termuijs/tss": "workspace:*",
"@termuijs/motion": "workspace:*",
"@termuijs/dev-server": "workspace:*"
},
"engines": {
"bun": ">=1.3.0"
}
}