feat: docker usage examples & statfs

This commit is contained in:
Nicolas Meienberger
2025-09-25 21:13:49 +02:00
parent 86f7ae8a89
commit c261590ea3
16 changed files with 339 additions and 121 deletions

View File

@@ -9,7 +9,6 @@
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@codemirror/lang-yaml": "^6.1.2",
"@hookform/resolvers": "^5.2.1",
"@ironmount/schemas": "workspace:*",
"@radix-ui/react-alert-dialog": "^1.1.15",
@@ -25,8 +24,6 @@
"@tanstack/react-query": "^5.84.2",
"@tanstack/react-query-devtools": "^5.85.9",
"@tanstack/react-table": "^8.21.3",
"@uiw/codemirror-theme-copilot": "^4.25.2",
"@uiw/react-codemirror": "^4.25.2",
"arktype": "^2.1.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -34,6 +31,7 @@
"isbot": "^5.1.27",
"lucide-react": "^0.539.0",
"next-themes": "^0.4.6",
"prismjs": "^1.30.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.62.0",
@@ -46,6 +44,7 @@
"@react-router/dev": "^7.7.1",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^20",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"tailwindcss": "^4.1.4",