Files
HartOMat/frontend/package.json
T
Hartmut 217555025f feat(C3): add React Flow workflow editor
frontend/src/pages/WorkflowEditor.tsx: full React Flow editor with
custom nodes (Input/Convert/Render/FFmpeg/Output), config sidepanel,
node palette with drag-drop, new workflow dialog.
frontend/src/api/workflows.ts: workflow CRUD API client.
@xyflow/react added to package.json dependencies.
Route /workflows + sidebar link for admin+pm.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 17:06:10 +01:00

42 lines
1.1 KiB
JSON

{
"name": "schaefflerautomat-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.102.3",
"@xyflow/react": "^12.0.0",
"@react-three/fiber": "^8.16.2",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-table": "^8.14.0",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"lucide-react": "^0.363.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.22.3",
"recharts": "^3.7.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"three": "^0.163.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/three": "^0.163.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"vite": "^5.2.6"
}
}