e30e75b5d4
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
Changesets / Create Version PR (push) Has been cancelled
32 lines
807 B
JSON
32 lines
807 B
JSON
{
|
|
"name": "with-react-ink-web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 8081",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
"@assistant-ui/react-ink": "workspace:*",
|
|
"@assistant-ui/react-ink-markdown": "workspace:*",
|
|
"@wterm/dom": "^0.3.0",
|
|
"@wterm/react": "^0.3.0",
|
|
"ai": "^7.0.2",
|
|
"ink": "^7.1.0",
|
|
"ink-web": "^0.2.0",
|
|
"next": "^16.2.10",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-reconciler": "^0.33.0",
|
|
"scheduler": "^0.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.1",
|
|
"@types/react": "^19.2.17",
|
|
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
|
"typescript-7": "npm:typescript@^7.0.2"
|
|
}
|
|
}
|