mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-10 00:01:02 +00:00
* add terminal (ssh) apis * add core terminal exec method * terminal typescript client method * terminals WIP * backend for pty * add ts responses * about wire everything * add new blog * credit Skyfay * working * regen lock * 1.17.4-dev-1 * pty history * replace the test terminal impl with websocket (pty) * create api and improve frontend * fix fe * terminals * disable terminal api on periphery * implement write level terminal perms * remove unneeded * fix clippy * delete unneeded * fix waste cpu cycles * set TERM and COLORTERM for shell environment * fix xterm scrolling behavior * starship promp in periphery container terminal * kill all terminals on periphery shutdown signal * improve starship config and enable ssl in compose * use same scrollTop setter * fix periphery container distribution link * support custom command / args to init terminal * allow fully configurable init command * docker exec into container * add permissioning for container exec * add starship to core container * add delete all terminals * dev-2 * finished gen client * core need curl * hide Terminal trigger if disabled * 1.17.4
73 lines
2.4 KiB
JSON
73 lines
2.4 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"build-client": "cd ../client/core/ts && yarn && yarn build && yarn link"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react": "0.27.5",
|
|
"@monaco-editor/react": "4.7.0",
|
|
"@radix-ui/react-checkbox": "1.1.4",
|
|
"@radix-ui/react-dialog": "1.1.6",
|
|
"@radix-ui/react-dropdown-menu": "2.1.6",
|
|
"@radix-ui/react-hover-card": "1.1.6",
|
|
"@radix-ui/react-icons": "1.3.2",
|
|
"@radix-ui/react-label": "2.1.2",
|
|
"@radix-ui/react-popover": "1.1.6",
|
|
"@radix-ui/react-progress": "1.1.2",
|
|
"@radix-ui/react-select": "2.1.6",
|
|
"@radix-ui/react-separator": "1.1.2",
|
|
"@radix-ui/react-slot": "1.1.2",
|
|
"@radix-ui/react-switch": "1.1.3",
|
|
"@radix-ui/react-tabs": "1.1.3",
|
|
"@radix-ui/react-toast": "1.2.6",
|
|
"@radix-ui/react-toggle": "1.1.2",
|
|
"@radix-ui/react-toggle-group": "1.1.2",
|
|
"@tanstack/react-query": "5.67.3",
|
|
"@tanstack/react-table": "8.21.2",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"ansi-to-html": "0.7.2",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.0.4",
|
|
"jotai": "2.12.2",
|
|
"lucide-react": "0.479.0",
|
|
"monaco-editor": "0.52.2",
|
|
"prettier": "3.5.3",
|
|
"react": "19.0.0",
|
|
"react-charts": "3.0.0-beta.57",
|
|
"react-dom": "19.0.0",
|
|
"react-minimal-pie-chart": "9.1.0",
|
|
"react-router-dom": "7.3.0",
|
|
"react-xtermjs": "^1.0.10",
|
|
"sanitize-html": "2.14.0",
|
|
"tailwind-merge": "2.6.0",
|
|
"tailwindcss-animate": "1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.0.10",
|
|
"@types/react-dom": "19.0.4",
|
|
"@types/sanitize-html": "2.13.0",
|
|
"@typescript-eslint/eslint-plugin": "8.26.1",
|
|
"@typescript-eslint/parser": "8.26.1",
|
|
"@vitejs/plugin-react": "4.3.4",
|
|
"autoprefixer": "10.4.20",
|
|
"eslint": "9.22.0",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.19",
|
|
"postcss": "8.5.3",
|
|
"tailwindcss": "3.4.17",
|
|
"typescript": "5.8.2",
|
|
"vite": "6.0.7",
|
|
"vite-tsconfig-paths": "5.1.4"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|