mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-01 21:54:06 -04:00
26d0ea4270
Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
26 lines
574 B
JSON
26 lines
574 B
JSON
{
|
|
"name": "demo-visualization",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@llamaindex/workflow-core": "^1.3.3",
|
|
"@llamaindex/workflow-viz": "^1.0.4",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
"globals": "^16.0.0",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^6.3.2"
|
|
}
|
|
}
|