ink starting

This commit is contained in:
Tim Bendt
2024-11-01 15:42:50 -05:00
parent 7f782d6b45
commit ee5c5c9d6e
13 changed files with 1294 additions and 769 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "tsx src/index.ts"
"start": "tsx src/index.tsx"
},
"keywords": [],
"author": "",
@@ -14,6 +14,8 @@
"@biomejs/biome": "1.7.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.7",
"@types/react": "^18.3.12",
"boxen": "^8.0.1",
"cli-spinners": "^3.0.0",
"cli-table3": "^0.6.5",
"date-fns": "^3.6.0",
@@ -22,8 +24,10 @@
"eslint": "^8.57.0",
"eslint-config-sheriff": "^18.2.0",
"eslint-define-config": "^2.1.0",
"ink": "^5.0.1",
"ky": "^1.2.3",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"tinyrainbow": "^1.1.1",
"tsx": "4.7.2",
"typescript": "5.4.5",