Files
wehub-resource-sync e30e75b5d4
Changesets / Create Version PR (push) Waiting to run
Code Quality / Oxlint + Oxfmt (push) Waiting to run
Code Quality / Template Sync (push) Waiting to run
Code Quality / Build Changed Packages (push) Waiting to run
Code Quality / Test Changed Packages (push) Waiting to run
Deploy Expo Example / Deploy Production (push) Waiting to run
Deploy Ink Example / Deploy Production (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.12) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Waiting to run
Deploy Shadcn Registry / Deploy Production (push) Waiting to run
Template Metrics / LOC + Bundle Size (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:40:13 +08:00

24 lines
518 B
JSON

{
"name": "with-react-ink",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "node --import tsx/esm src/dev.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"@assistant-ui/react-ink": "workspace:*",
"@assistant-ui/react-ink-markdown": "workspace:*",
"ink": "^7.1.0",
"react": "^19.2.7"
},
"devDependencies": {
"@types/react": "^19.2.17",
"esbuild": "^0.28.1",
"tsx": "^4.23.0",
"typescript": "^7.0.2"
}
}