feat: initial commit - terminal note app with SQLite
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "note",
|
||||
"name": "mio",
|
||||
"module": "src/index.tsx",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "bun run --watch src/index.tsx"
|
||||
"dev": "bun run --watch src/index.tsx",
|
||||
"build": "bun build src/index.tsx --compile --outfile mio.exe"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
@@ -13,8 +14,10 @@
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@libsql/client": "^0.17.2",
|
||||
"@opentui/core": "^0.1.97",
|
||||
"@opentui/react": "^0.1.97",
|
||||
"marked": "^18.0.0",
|
||||
"react": "^19.2.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user