mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-06 08:00:44 +00:00
* add periphery.skip label, skip in StopAllContainers * add core config sync directory * deploy stack if changed * fix stack env_file_path when git repo and using run_directory * deploy stack if changed * write sync contents * commit to git based sync, managed git based sync * can sync non UI defined resource syncs * sync UI control * clippy * init new stack compose file in repo * better error message when attached Server / Builder invalid * specify multiple resource file paths (mixed files + folders) * use react charts * tweak stats charts * add Containers page * 1.15.6 * stack deploy check if deployes vs remote has changed * improve ux with loading indicators * sync diff accounts for deploy / after * fix new chart time axes
68 lines
2.3 KiB
JSON
68 lines
2.3 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": {
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-hover-card": "^1.1.1",
|
|
"@radix-ui/react-icons": "1.3.0",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-progress": "^1.1.0",
|
|
"@radix-ui/react-select": "^2.1.1",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-switch": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.2.1",
|
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
"@tanstack/react-query": "5.51.23",
|
|
"@tanstack/react-table": "8.20.1",
|
|
"ansi-to-html": "0.7.2",
|
|
"class-variance-authority": "0.7.0",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.0.0",
|
|
"jotai": "2.9.2",
|
|
"lucide-react": "0.437.0",
|
|
"monaco-editor": "^0.52.0",
|
|
"react": "18.3.1",
|
|
"react-charts": "^3.0.0-beta.57",
|
|
"react-dom": "18.3.1",
|
|
"react-minimal-pie-chart": "8.4.0",
|
|
"react-router-dom": "6.26.0",
|
|
"sanitize-html": "2.13.0",
|
|
"tailwind-merge": "2.4.0",
|
|
"tailwindcss-animate": "1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.3.3",
|
|
"@types/react-dom": "18.3.0",
|
|
"@types/sanitize-html": "2.11.0",
|
|
"@typescript-eslint/eslint-plugin": "8.0.1",
|
|
"@typescript-eslint/parser": "8.0.1",
|
|
"@vitejs/plugin-react": "4.3.1",
|
|
"autoprefixer": "10.4.20",
|
|
"eslint": "9.9.0",
|
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
"eslint-plugin-react-refresh": "0.4.9",
|
|
"postcss": "8.4.41",
|
|
"tailwindcss": "3.4.9",
|
|
"typescript": "5.5.4",
|
|
"vite": "5.4.0",
|
|
"vite-tsconfig-paths": "5.0.1"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|