mirror of
https://github.com/RGJorge/ContainerFlow.git
synced 2026-08-03 07:21:42 +02:00
v0.0.21
This commit is contained in:
+7
-2
@@ -12,7 +12,10 @@
|
||||
"start": "bun run src/server/index.ts --all",
|
||||
"preview": "bun run build && bun run start",
|
||||
"mcp": "bun src/server/mcp.ts",
|
||||
"setup:mcp": "bun scripts/install-mcp.ts"
|
||||
"setup:mcp": "bun scripts/install-mcp.ts",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.27.1",
|
||||
@@ -25,6 +28,7 @@
|
||||
"devDependencies": {
|
||||
"@dagrejs/dagre": "^1",
|
||||
"@tailwindcss/vite": "^4",
|
||||
"@types/bun": "^1.3.13",
|
||||
"@types/dockerode": "^3",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
@@ -35,6 +39,7 @@
|
||||
"react-dom": "^19",
|
||||
"tailwindcss": "^4",
|
||||
"typescript": "^5",
|
||||
"vite": "^6"
|
||||
"vite": "^6",
|
||||
"vitest": "^4.1.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user