Initial Release: OpenQode Public Alpha v1.3
This commit is contained in:
64
package.json
Normal file
64
package.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"name": "openqode-web",
|
||||
"version": "1.01.0",
|
||||
"description": "OpenQode Web Interface - AI Coding Assistant in Browser",
|
||||
"main": "server.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "nodemon server.js",
|
||||
"build": "echo 'No build step required for static files'",
|
||||
"test": "echo 'No tests specified yet'"
|
||||
},
|
||||
"keywords": [
|
||||
"ai",
|
||||
"coding",
|
||||
"assistant",
|
||||
"qwen",
|
||||
"opencode",
|
||||
"web-interface",
|
||||
"terminal",
|
||||
"tui"
|
||||
],
|
||||
"author": "OpenQode Team",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"blessed": "^0.1.81",
|
||||
"cli-truncate": "^5.1.1",
|
||||
"clipboardy": "^5.0.2",
|
||||
"cors": "^2.8.5",
|
||||
"diff": "^8.0.2",
|
||||
"express": "^4.18.2",
|
||||
"he": "^1.2.0",
|
||||
"ink": "^6.5.1",
|
||||
"ink-box": "^1.0.0",
|
||||
"ink-markdown": "^1.0.4",
|
||||
"ink-select-input": "^6.2.0",
|
||||
"ink-spinner": "^5.0.0",
|
||||
"ink-syntax-highlight": "^2.0.2",
|
||||
"ink-text-input": "^6.0.0",
|
||||
"ink-use-stdout-dimensions": "^1.0.5",
|
||||
"marked": "^9.1.6",
|
||||
"react": "^19.2.3",
|
||||
"remark": "^15.0.1",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"string-width": "^8.1.0",
|
||||
"strip-ansi": "^7.1.2",
|
||||
"wrap-ansi": "^9.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/roman-ryzenadvanced/openqode.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/roman-ryzenadvanced/openqode/issues"
|
||||
},
|
||||
"homepage": "https://github.com/roman-ryzenadvanced/openqode#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user