2026-04-10 22:54:47 +08:00
|
|
|
{
|
2026-04-11 01:24:17 +08:00
|
|
|
"name": "mio",
|
2026-04-10 22:54:47 +08:00
|
|
|
"module": "src/index.tsx",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2026-04-11 01:24:17 +08:00
|
|
|
"dev": "bun run --watch src/index.tsx",
|
|
|
|
|
"build": "bun build src/index.tsx --compile --outfile mio.exe"
|
2026-04-10 22:54:47 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/bun": "latest"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@opentui/core": "^0.1.97",
|
|
|
|
|
"@opentui/react": "^0.1.97",
|
2026-04-11 01:24:17 +08:00
|
|
|
"marked": "^18.0.0",
|
2026-04-11 02:33:25 +08:00
|
|
|
"react": "^19.2.4",
|
|
|
|
|
"sql.js": "^1.11.0"
|
2026-04-10 22:54:47 +08:00
|
|
|
}
|
|
|
|
|
}
|