mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
* 1.19.2-dev-0 * deploy 1.19.2-dev-1 * Add option to make run command detachable (#766) * improve missing files log to include the missing paths * bump mungos for urlencoding mongo creds * Update permissioning.md - typo: "priviledges" -> "privileges" (#770) * Add support for monaco-yaml and docker compose spec validatiaon (#772) * deploy 1.19.2-dev-2 * on delete user, remove from all user groups * fix Google login issues around `picture` * unsafe_unsanitized_startup_config * improve git provider support re #355 * should fix #468 * should fix exit code re #597 * deploy 1.19.2-dev-3 * fix container ports sorting (#776) * missing serde default * deploy 1.19.2-dev-4 * ensure git tokens trimmed in remote url * Add link to Authentik support docs * Fix incorrect commit branch when using linked repo re #634 * Better display container port ranges (#786) * ensure build and sync also commit to correct branch. re #634 * deploy 1.19.2-dev-5 * Improve login form (#788) * Use proper form for login, add autocomplete and names to input fields * Do not return null if loading * Remove unused function * Cleanup and streamline * improve login screen flash on reload * first builder given same name as first server * 1.19.2 --------- Co-authored-by: mbecker20 <max@mogh.tech> Co-authored-by: Brian Bradley <brian.bradley.p@gmail.com> Co-authored-by: Ravi Wolter-Krishan <rkn@gedikas.net> Co-authored-by: Christopher Hoage <iam@chrishoage.com> Co-authored-by: jack <45038833+jackra1n@users.noreply.github.com>
75 lines
2.5 KiB
JSON
75 lines
2.5 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.9",
|
|
"@monaco-editor/react": "4.7.0",
|
|
"@radix-ui/react-checkbox": "1.3.2",
|
|
"@radix-ui/react-dialog": "1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "2.1.15",
|
|
"@radix-ui/react-hover-card": "1.1.14",
|
|
"@radix-ui/react-icons": "1.3.2",
|
|
"@radix-ui/react-label": "2.1.7",
|
|
"@radix-ui/react-popover": "1.1.14",
|
|
"@radix-ui/react-progress": "1.1.7",
|
|
"@radix-ui/react-select": "2.2.5",
|
|
"@radix-ui/react-separator": "1.1.7",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-switch": "1.2.5",
|
|
"@radix-ui/react-tabs": "1.1.12",
|
|
"@radix-ui/react-toast": "1.2.14",
|
|
"@radix-ui/react-toggle": "1.1.9",
|
|
"@radix-ui/react-toggle-group": "1.1.10",
|
|
"@tanstack/react-query": "5.77.2",
|
|
"@tanstack/react-table": "8.21.3",
|
|
"@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.1.1",
|
|
"jotai": "2.12.5",
|
|
"lucide-react": "0.511.0",
|
|
"monaco-editor": "0.52.2",
|
|
"monaco-yaml": "5.4.0",
|
|
"prettier": "3.5.3",
|
|
"react": "19.1.0",
|
|
"react-charts": "3.0.0-beta.57",
|
|
"react-dom": "19.1.0",
|
|
"react-minimal-pie-chart": "9.1.0",
|
|
"react-router-dom": "7.6.1",
|
|
"react-xtermjs": "1.0.10",
|
|
"sanitize-html": "2.17.0",
|
|
"tailwind-merge": "2.6.0",
|
|
"tailwindcss-animate": "1.0.7",
|
|
"shell-quote": "1.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.1.6",
|
|
"@types/react-dom": "19.1.5",
|
|
"@types/sanitize-html": "2.16.0",
|
|
"@typescript-eslint/eslint-plugin": "8.33.0",
|
|
"@typescript-eslint/parser": "8.33.0",
|
|
"@vitejs/plugin-react": "4.5.0",
|
|
"autoprefixer": "10.4.21",
|
|
"eslint": "9.27.0",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
"postcss": "8.5.3",
|
|
"tailwindcss": "3.4.17",
|
|
"typescript": "5.8.3",
|
|
"vite": "6.0.7",
|
|
"vite-tsconfig-paths": "5.1.4"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|