Files
komodo/ui/package.json
2026-06-19 18:54:08 -07:00

58 lines
1.8 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": "^9.3.2",
"@mantine/form": "^9.3.2",
"@mantine/hooks": "^9.3.2",
"@mantine/notifications": "^9.3.2",
"@mantine/spotlight": "^9.3.2",
"@monaco-editor/react": "^4.7.0",
"@tanstack/react-query": "^5.101.0",
"@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.20.1",
"jotai-family": "^1.0.2",
"jotai-location": "^0.6.2",
"lucide-react": "^1.21.0",
"mogh_auth_client": "^1.5.0",
"mogh_ui": "^0.6.1",
"monaco-editor": "^0.55.1",
"monaco-yaml": "^5.5.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-minimal-pie-chart": "^9.1.2",
"react-router-dom": "^7.18.0",
"react-xtermjs": "^1.0.12",
"recharts": "^3.8.1",
"sanitize-html": "^2.17.5",
"shell-quote": "^1.8.4"
},
"devDependencies": {
"@types/node": "^26.0.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/sanitize-html": "^2.16.1",
"@types/shell-quote": "^1.7.5",
"@vitejs/plugin-react": "^6.0.2",
"dotenv": "^17.4.2",
"postcss": "^8.5.15",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"sass-embedded": "^1.100.0",
"typescript": "^6.0.3",
"vite": "^8.0.16"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}