forked from github-starred/komodo
* fix swarm config content hidden * 2.0.1-dev-1 * bump ts deps * align swarm config links * StackServiceRun command is actually optional * fix swarm not included in read resource toml * deploy 2.0.1-dev-2 * logger support disabling timestamps (eg if they are already provided by docker logs) * full opacity tag color selector * Add UpdateSwarmNode execution and convert several large repetive blocks to macro handling * add node update functionality * deploy 2.0.1-dev-3 * deploy 2.1.0-dev-1 * toml variable export sorted by name * deploy 2.1.0-dev-2 * dont use detach=false because it can hang indefinitely on misconfigured stacks * deploy 2.1.0-dev-3 * swarm stack deploy explicitly '--detach=true' to avoid future changes in behavior * fmt * UI: Stack config: Fix Add Env File button * fix swarm error propogation, add server connection error hover message * deploy 2.1.0-dev-4 * fix service rm (should be stack rm * fix container ports not displaying when server address not available for link * fix build registry custom org configuration * github action: comment out cache step (leads to no space on device) * fix missing nullish check when selecting stack (#1287) * fix container selector null crash * provider selector custom input label adheres to showLabel * fix: show/hide button non-functional in stack, sync, and build info views (#1267) Co-authored-by: twalts <t.mwalton@yahoo.com> * swarm stack support env vars through shell source file method * tweaks * bump deps * deploy 2.1.0-dev-5 * auto update should work with swarm * deploy 2.1.0-dev-6 * 2.1.0 --------- Co-authored-by: Shen Li <dustet@gmail.com> Co-authored-by: T <github@mail.taylor.media> Co-authored-by: twalts <t.mwalton@yahoo.com>
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "komodo-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"preview": "vite preview --host --port 5173",
|
|
"build": "tsc && vite build",
|
|
"build-client": "cd ../client/core/ts && yarn && yarn build && yarn link"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^8.3.15",
|
|
"@mantine/form": "^8.3.15",
|
|
"@mantine/hooks": "^8.3.15",
|
|
"@mantine/notifications": "^8.3.15",
|
|
"@mantine/spotlight": "^8.3.15",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"ansi-to-html": "^0.7.2",
|
|
"jotai": "^2.18.0",
|
|
"jotai-family": "^1.0.1",
|
|
"jotai-location": "^0.6.2",
|
|
"lucide-react": "^1.6.0",
|
|
"monaco-editor": "^0.55.1",
|
|
"monaco-yaml": "^5.4.1",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-minimal-pie-chart": "^9.1.2",
|
|
"react-router-dom": "^7.13.0",
|
|
"react-xtermjs": "^1.0.10",
|
|
"recharts": "^3.7.0",
|
|
"sanitize-html": "^2.17.1",
|
|
"shell-quote": "^1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.3.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/sanitize-html": "^2.16.0",
|
|
"@types/shell-quote": "^1.7.5",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"dotenv": "^17.3.1",
|
|
"postcss": "^8.5.6",
|
|
"postcss-preset-mantine": "^1.18.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"sass-embedded": "^1.97.3",
|
|
"typescript": "^6.0.2",
|
|
"vite": "^8.0.2"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|