web version

This commit is contained in:
Theo Browne
2026-02-19 22:46:41 -08:00
parent f577126081
commit bca390ae75
9 changed files with 1077 additions and 419 deletions

View File

@@ -3,9 +3,14 @@
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"start:cli": "bun quipslop.tsx",
"start:web": "bun --hot server.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^19.2.14"
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
},
"peerDependencies": {
"typescript": "^5"
@@ -14,6 +19,7 @@
"@openrouter/ai-sdk-provider": "^2.2.3",
"ai": "^6.0.94",
"ink": "^6.8.0",
"react": "^19.2.4"
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}