mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-05-25 21:40:13 +00:00
f22a497115
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "hermes-web-ui",
|
|
"version": "0.1.9",
|
|
"description": "Hermes Agent Web UI - Chat and Job Management Dashboard",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/EKKOLearnAI/hermes-web-ui.git"
|
|
},
|
|
"homepage": "https://github.com/EKKOLearnAI/hermes-web-ui",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"hermes-web-ui": "./bin/hermes-web-ui.mjs"
|
|
},
|
|
"scripts": {
|
|
"start": "vite --host --port 8648",
|
|
"dev": "concurrently \"npm run dev:server\" \"npm run dev:client\"",
|
|
"dev:client": "vite --host",
|
|
"dev:server": "nodemon --watch server/src --ext ts --exec node -r ts-node/register server/src/index.ts",
|
|
"build": "vue-tsc -b && vite build && tsc -p server/tsconfig.json",
|
|
"preview": "vite preview"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"dist/"
|
|
],
|
|
"dependencies": {
|
|
"@koa/bodyparser": "^5.0.0",
|
|
"axios": "^1.9.0",
|
|
"@koa/cors": "^5.0.0",
|
|
"@koa/router": "^13.1.0",
|
|
"highlight.js": "^11.11.1",
|
|
"js-yaml": "^4.1.1",
|
|
"koa": "^2.15.3",
|
|
"koa-send": "^5.0.1",
|
|
"koa-static": "^5.0.0",
|
|
"markdown-it": "^14.1.1",
|
|
"naive-ui": "^2.44.1",
|
|
"pinia": "^3.0.4",
|
|
"qrcode": "^1.5.4",
|
|
"vue": "^3.5.32",
|
|
"vue-i18n": "^11.3.2",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/koa": "^2.15.0",
|
|
"@types/koa__cors": "^5.0.0",
|
|
"@types/koa__router": "^12.0.4",
|
|
"@types/koa-send": "^4.1.6",
|
|
"@types/koa-static": "^4.0.4",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^24.12.2",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"concurrently": "^9.2.1",
|
|
"nodemon": "^3.1.14",
|
|
"sass": "^1.99.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.0.4",
|
|
"vue-tsc": "^3.2.6"
|
|
}
|
|
} |