 85bf1341f3
			
		
	
	85bf1341f3
	
	
	
		
			
			Frontend Enhancements: - Complete React TypeScript frontend with modern UI components - Distributed workflows management interface with real-time updates - Socket.IO integration for live agent status monitoring - Agent management dashboard with cluster visualization - Project management interface with metrics and task tracking - Responsive design with proper error handling and loading states Backend Infrastructure: - Distributed coordinator for multi-agent workflow orchestration - Cluster management API with comprehensive agent operations - Enhanced database models for agents and projects - Project service for filesystem-based project discovery - Performance monitoring and metrics collection - Comprehensive API documentation and error handling Documentation: - Complete distributed development guide (README_DISTRIBUTED.md) - Comprehensive development report with architecture insights - System configuration templates and deployment guides The platform now provides a complete web interface for managing the distributed AI cluster with real-time monitoring, workflow orchestration, and agent coordination capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			70 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "react-transition-group",
 | |
|   "version": "4.4.5",
 | |
|   "description": "A react component toolset for managing animations",
 | |
|   "main": "cjs/index.js",
 | |
|   "module": "esm/index.js",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/reactjs/react-transition-group.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "react",
 | |
|     "transition",
 | |
|     "addons",
 | |
|     "transition-group",
 | |
|     "animation",
 | |
|     "css",
 | |
|     "transitions"
 | |
|   ],
 | |
|   "author": "",
 | |
|   "license": "BSD-3-Clause",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/reactjs/react-transition-group/issues"
 | |
|   },
 | |
|   "homepage": "https://github.com/reactjs/react-transition-group#readme",
 | |
|   "jest": {
 | |
|     "testRegex": "-test\\.js",
 | |
|     "setupFiles": [
 | |
|       "./test/setup.js"
 | |
|     ],
 | |
|     "setupFilesAfterEnv": [
 | |
|       "./test/setupAfterEnv.js"
 | |
|     ],
 | |
|     "roots": [
 | |
|       "<rootDir>/test"
 | |
|     ]
 | |
|   },
 | |
|   "peerDependencies": {
 | |
|     "react": ">=16.6.0",
 | |
|     "react-dom": ">=16.6.0"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@babel/runtime": "^7.5.5",
 | |
|     "dom-helpers": "^5.0.1",
 | |
|     "loose-envify": "^1.4.0",
 | |
|     "prop-types": "^15.6.2"
 | |
|   },
 | |
|   "release": {
 | |
|     "pkgRoot": "lib",
 | |
|     "verifyConditions": [
 | |
|       "@semantic-release/changelog",
 | |
|       "semantic-release-alt-publish-dir",
 | |
|       "@semantic-release/git",
 | |
|       "@semantic-release/github"
 | |
|     ],
 | |
|     "prepare": [
 | |
|       "@semantic-release/changelog",
 | |
|       "semantic-release-alt-publish-dir",
 | |
|       "@semantic-release/npm",
 | |
|       "@semantic-release/git"
 | |
|     ]
 | |
|   },
 | |
|   "browserify": {
 | |
|     "transform": [
 | |
|       "loose-envify"
 | |
|     ]
 | |
|   },
 | |
|   "sideEffects": false
 | |
| }
 |