{ "name": "vwb-v4", "version": "4.0.0", "description": "Visual Workflow Builder - React + API v3", "type": "module", "scripts": { "dev": "vite --port 3002 --host 0.0.0.0", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "@xyflow/react": "^12.0.0" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.2.0", "typescript": "^5.3.0", "vite": "^5.0.0" } }