41 lines
1001 B
JSON
41 lines
1001 B
JSON
{
|
|
"name": "openqode-tui",
|
|
"version": "1.2.2",
|
|
"author": "Trae & Gemini",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@qwen-code/qwen-code": "^0.5.0",
|
|
"clipboardy": "^4.0.0",
|
|
"diff": "^8.0.2",
|
|
"he": "^1.2.0",
|
|
"ink": "^4.0.0",
|
|
"ink-select-input": "^5.0.0",
|
|
"ink-spinner": "^5.0.0",
|
|
"ink-syntax-highlight": "^2.0.2",
|
|
"ink-text-input": "^5.0.0",
|
|
"monaco-editor": "^0.52.0",
|
|
"playwright": "^1.57.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rehype-stringify": "^10.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"unified": "^11.0.5",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-fit": "^0.8.0"
|
|
},
|
|
"overrides": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node bin/opencode-ink.mjs",
|
|
"test": "node --test tests/tui-components.test.mjs",
|
|
"goose": "node bin/goose-launch.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.57.0"
|
|
}
|
|
}
|